| 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);
|
|
|
|
|