summaryrefslogtreecommitdiff
path: root/adb/file_sync_client.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-12-04 22:00:26 -0800
committerElliott Hughes <enh@google.com>2015-12-04 22:00:26 -0800
commit4f71319df011d796a60a43fc1bc68e16fbf7d321 (patch)
tree5e9b64a97edcda3dbb1d40c617bdd9b179deb259 /adb/file_sync_client.cpp
parent1efab7acc5d5b69dced70b6d04070d36f7c9632d (diff)
Track rename of base/ to android-base/.
Change-Id: Idf9444fece4aa89c93e15640de59a91f6e758ccf
Diffstat (limited to 'adb/file_sync_client.cpp')
-rw-r--r--adb/file_sync_client.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/adb/file_sync_client.cpp b/adb/file_sync_client.cpp
index 9ad7bad1eb..463c1c0d11 100644
--- a/adb/file_sync_client.cpp
+++ b/adb/file_sync_client.cpp
@@ -41,9 +41,9 @@
#include "file_sync_service.h"
#include "line_printer.h"
-#include <base/file.h>
-#include <base/strings.h>
-#include <base/stringprintf.h>
+#include <android-base/file.h>
+#include <android-base/strings.h>
+#include <android-base/stringprintf.h>
struct syncsendbuf {
unsigned id;