diff options
Diffstat (limited to 'server/TetherController.cpp')
| -rw-r--r-- | server/TetherController.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/TetherController.cpp b/server/TetherController.cpp index c086465f..84bab0a0 100644 --- a/server/TetherController.cpp +++ b/server/TetherController.cpp @@ -49,6 +49,9 @@ #include "ResponseCode.h" #include "TetherController.h" +namespace android { +namespace net { + using android::base::Join; using android::base::StringAppendF; using android::base::StringPrintf; @@ -112,9 +115,6 @@ bool inBpToolsMode() { } // namespace -namespace android { -namespace net { - auto TetherController::iptablesRestoreFunction = execIptablesRestoreWithOutput; const int MAX_IPT_OUTPUT_LINE_LEN = 256; |
