summaryrefslogtreecommitdiff
path: root/memory_replay
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2018-11-12 12:58:06 -0800
committerMark Salyzyn <salyzyn@google.com>2018-11-14 13:55:36 -0800
commit499a017613cc4caa49aa61fe8b31238a49601109 (patch)
tree29b8ef7724fdadd8a9f7a2daa115d78706f0d4c3 /memory_replay
parent5c6f273632c3d2090c4fb1361499d4f9f867e1ec (diff)
downloadextras-499a017613cc4caa49aa61fe8b31238a49601109.tar.gz
switch to using android-base/file.h instead of android-base/test_utils.h
Test: compile Bug: 119313545 Change-Id: I664fb32522d01909c603d7b903475c4e9aea9223
Diffstat (limited to 'memory_replay')
-rw-r--r--memory_replay/tests/LineBufferTest.cpp2
-rw-r--r--memory_replay/tests/NativeInfoTest.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/memory_replay/tests/LineBufferTest.cpp b/memory_replay/tests/LineBufferTest.cpp
index 29d1b53b..1a310226 100644
--- a/memory_replay/tests/LineBufferTest.cpp
+++ b/memory_replay/tests/LineBufferTest.cpp
@@ -18,7 +18,7 @@
#include <string>
-#include <android-base/test_utils.h>
+#include <android-base/file.h>
#include "LineBuffer.h"
diff --git a/memory_replay/tests/NativeInfoTest.cpp b/memory_replay/tests/NativeInfoTest.cpp
index 59dbbd98..e0dea509 100644
--- a/memory_replay/tests/NativeInfoTest.cpp
+++ b/memory_replay/tests/NativeInfoTest.cpp
@@ -19,7 +19,7 @@
#include <string>
-#include <android-base/test_utils.h>
+#include <android-base/file.h>
#include "NativeInfo.h"