summaryrefslogtreecommitdiff
path: root/tools/incident_report
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2016-12-20 08:18:32 -0800
committerJoe Onorato <joeo@google.com>2016-12-20 22:28:56 -0800
commit7669012623a18855913c84ec0690066fbfd823ea (patch)
treeedca24d00ab306b3abeae8777b189159a174eb26 /tools/incident_report
parentfe9a2a799f0f388c7c531454b8ec964ed8497499 (diff)
Clean up file names for protos
Test: cts-tradefed run singleCommand cts -d --module CtsIncidentHostTestCases Change-Id: Iea2fc81768082e8e01afa8df86e113665020e7f6
Diffstat (limited to 'tools/incident_report')
-rw-r--r--tools/incident_report/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/incident_report/main.cpp b/tools/incident_report/main.cpp
index a814847e41f7..884b8e49d08d 100644
--- a/tools/incident_report/main.cpp
+++ b/tools/incident_report/main.cpp
@@ -17,7 +17,7 @@
#include "generic_message.h"
#include "printer.h"
-#include <frameworks/base/core/proto/android/os/incident_proto.pb.h>
+#include <frameworks/base/core/proto/android/os/incident.pb.h>
#include <google/protobuf/wire_format.h>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/io/zero_copy_stream_impl.h>