diff options
Diffstat (limited to 'tools/incident_report/main.cpp')
-rw-r--r-- | tools/incident_report/main.cpp | 2 |
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> |