Index: net/test/remote_test_server.cc |
diff --git a/net/test/remote_test_server.cc b/net/test/remote_test_server.cc |
index 5020ca7f0c0dfe45f6e4037d3fa55358cf9ecbc9..31f01a28910146b8c3ac30dd18be9a3e163ac61c 100644 |
--- a/net/test/remote_test_server.cc |
+++ b/net/test/remote_test_server.cc |
@@ -6,7 +6,6 @@ |
#include <vector> |
-#include "base/base_paths.h" |
#include "base/file_path.h" |
#include "base/file_util.h" |
#include "base/json/json_writer.h" |
@@ -20,6 +19,10 @@ |
#include "net/base/net_errors.h" |
#include "net/test/spawner_communicator.h" |
+#if defined(OS_ANDROID) |
+#include "base/base_paths_android.h" |
+#endif |
+ |
namespace net { |
namespace { |