summaryrefslogtreecommitdiff
path: root/cmds/statsd/tests/shell/ShellSubscriber_test.cpp
diff options
context:
space:
mode:
authorJeffrey Huang <jeffreyhuang@google.com>2020-11-24 22:46:15 +0000
committerJeffrey Huang <jeffreyhuang@google.com>2020-11-24 22:47:44 +0000
commit05e50cc991867ad3abc2c6f5e68a22bff23caa60 (patch)
treef2de43036e1c83c8ae0eaef364c390f50eb95814 /cmds/statsd/tests/shell/ShellSubscriber_test.cpp
parente8552cd24a5ba2f894ba99ca5db1135ceb342b81 (diff)
Revert^2 "Delete atoms.proto from statsd"
e8552cd24a5ba2f894ba99ca5db1135ceb342b81 Change-Id: I202a31ab654ca31ba9e5b73b23c5aa3d22a3e8b2 Merged-In: I81a8287ed5b055e7b6547794d01e7ac897f0f022
Diffstat (limited to 'cmds/statsd/tests/shell/ShellSubscriber_test.cpp')
-rw-r--r--cmds/statsd/tests/shell/ShellSubscriber_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/statsd/tests/shell/ShellSubscriber_test.cpp b/cmds/statsd/tests/shell/ShellSubscriber_test.cpp
index e384b6ac7c84..1f0e2c82cb32 100644
--- a/cmds/statsd/tests/shell/ShellSubscriber_test.cpp
+++ b/cmds/statsd/tests/shell/ShellSubscriber_test.cpp
@@ -20,9 +20,9 @@
#include <vector>
-#include "frameworks/base/cmds/statsd/src/atoms.pb.h"
#include "frameworks/base/cmds/statsd/src/shell/shell_config.pb.h"
#include "frameworks/base/cmds/statsd/src/shell/shell_data.pb.h"
+#include "frameworks/proto_logging/stats/atoms.pb.h"
#include "stats_event.h"
#include "tests/metrics/metrics_test_helper.h"
#include "tests/statsd_test_util.h"