| Index: webkit/appcache/appcache_interfaces.h
|
| diff --git a/webkit/appcache/appcache_interfaces.h b/webkit/appcache/appcache_interfaces.h
|
| index 973f7955f89041e9179bbbaa70677f209a94d1d1..d29acd6952cf6e501710e40471b4bb9c2d9aeeb8 100644
|
| --- a/webkit/appcache/appcache_interfaces.h
|
| +++ b/webkit/appcache/appcache_interfaces.h
|
| @@ -12,7 +12,9 @@
|
| #include "base/time.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| +namespace net {
|
| class URLRequest;
|
| +} // namespace net
|
|
|
| namespace appcache {
|
|
|
| @@ -141,7 +143,7 @@ extern const char kHttpHEADMethod[];
|
|
|
| bool IsSchemeSupported(const GURL& url);
|
| bool IsMethodSupported(const std::string& method);
|
| -bool IsSchemeAndMethodSupported(const URLRequest* request);
|
| +bool IsSchemeAndMethodSupported(const net::URLRequest* request);
|
|
|
| extern const FilePath::CharType kAppCacheDatabaseName[];
|
|
|
|
|