| Index: net/test/remote_test_server.cc
|
| diff --git a/net/test/remote_test_server.cc b/net/test/remote_test_server.cc
|
| index 753294543a5f5c0bc2a355d2cadb514a05cac62b..7da5a7d4f90e1029ecfdc61b393370643c658cdf 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 {
|
|
|