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

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 compile post-merge 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 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 {

Powered by Google App Engine
This is Rietveld 408576698