OSDN Git Service

Track rename from base/ to android-base/.
authorElliott Hughes <enh@google.com>
Fri, 4 Dec 2015 23:45:10 +0000 (15:45 -0800)
committerElliott Hughes <enh@google.com>
Fri, 4 Dec 2015 23:45:10 +0000 (15:45 -0800)
Change-Id: Ice6d43c0f9b16b8fb441158a0f7344dfbf969dea

server/InterfaceController.cpp
server/RouteController.cpp
server/SoftapController.cpp

index 3882bcc..c518fe6 100644 (file)
@@ -19,8 +19,8 @@
 #include <malloc.h>
 
 #define LOG_TAG "InterfaceController"
-#include <base/file.h>
-#include <base/stringprintf.h>
+#include <android-base/file.h>
+#include <android-base/stringprintf.h>
 #include <cutils/log.h>
 #include <logwrap/logwrap.h>
 
index 889779d..b2cd93a 100644 (file)
@@ -31,7 +31,7 @@
 #include "UidRanges.h"
 #include "DummyNetwork.h"
 
-#include "base/file.h"
+#include "android-base/file.h"
 #define LOG_TAG "Netd"
 #include "log/log.h"
 #include "logwrap/logwrap.h"
index 1bafab6..ce92820 100644 (file)
@@ -34,8 +34,8 @@
 #include <openssl/sha.h>
 
 #define LOG_TAG "SoftapController"
-#include <base/file.h>
-#include <base/stringprintf.h>
+#include <android-base/file.h>
+#include <android-base/stringprintf.h>
 #include <cutils/log.h>
 #include <netutils/ifc.h>
 #include <private/android_filesystem_config.h>