summaryrefslogtreecommitdiff
path: root/server/TetherController.cpp
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2015-03-16 11:54:19 +0000
committerNicolas Geoffray <ngeoffray@google.com>2015-03-16 11:54:19 +0000
commite298ded6ade9744f2a79cae045b5c324886262f4 (patch)
tree0b16bb0fe3430dd224dabf4b3c87176ba1b0f91c /server/TetherController.cpp
parenta4614fe5bfaafd0ff6be60ddb6fd135f99f5a5a5 (diff)
parent6066d41889ada93c5312e081d5bdff94fc1fd2af (diff)
resolved conflicts for merge of 6066d418 to master
Change-Id: I2aa9721365e96c363648dd8e9e15718ed50e3c12
Diffstat (limited to 'server/TetherController.cpp')
-rw-r--r--server/TetherController.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/server/TetherController.cpp b/server/TetherController.cpp
index 092d4566..5a08ed21 100644
--- a/server/TetherController.cpp
+++ b/server/TetherController.cpp
@@ -27,19 +27,16 @@
#include <netinet/in.h>
#include <arpa/inet.h>
-#include <base/file.h>
#define LOG_TAG "TetherController"
#include <cutils/log.h>
#include <cutils/properties.h>
+#include <utils/file.h>
#include "Fwmark.h"
#include "NetdConstants.h"
#include "Permission.h"
#include "TetherController.h"
-using android::base::ReadFileToString;
-using android::base::WriteStringToFile;
-
namespace {
static const char BP_TOOLS_MODE[] = "bp-tools";