Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(495)

Unified Diff: net/test/remote_test_server.cc

Issue 10910209: Add new PathService paths for Windows' All Users Desktop and Quick Launch folders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix mac compile Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698