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

Unified Diff: webkit/tools/test_shell/simple_resource_loader_bridge.h

Issue 12163003: Add FilePath to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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: webkit/tools/test_shell/simple_resource_loader_bridge.h
diff --git a/webkit/tools/test_shell/simple_resource_loader_bridge.h b/webkit/tools/test_shell/simple_resource_loader_bridge.h
index 6d1c63a6faddd0033bcc914d2ca127724162e22e..35d38b5e58e75f27d0058961c5ddd9ed77c30217 100644
--- a/webkit/tools/test_shell/simple_resource_loader_bridge.h
+++ b/webkit/tools/test_shell/simple_resource_loader_bridge.h
@@ -10,9 +10,12 @@
#include "net/http/http_cache.h"
#include "webkit/glue/resource_loader_bridge.h"
-class FilePath;
class GURL;
+namespace base {
+class FilePath;
+}
+
class SimpleResourceLoaderBridge {
public:
// Call this function to initialize the simple resource loader bridge.
@@ -21,7 +24,7 @@ class SimpleResourceLoaderBridge {
// NOTE: If this function is not called, then a default request context will
// be initialized lazily.
//
- static void Init(const FilePath& cache_path,
+ static void Init(const base::FilePath& cache_path,
net::HttpCache::Mode cache_mode,
bool no_proxy);
« no previous file with comments | « webkit/tools/test_shell/simple_file_system.cc ('k') | webkit/tools/test_shell/simple_resource_loader_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698