| Index: webkit/appcache/appcache_interfaces.h
|
| diff --git a/webkit/appcache/appcache_interfaces.h b/webkit/appcache/appcache_interfaces.h
|
| index ed1dee79708a139263804b514cae2c88f613328e..78752b1df1d800230a2c1ca237ffe6e4768c4fbe 100644
|
| --- a/webkit/appcache/appcache_interfaces.h
|
| +++ b/webkit/appcache/appcache_interfaces.h
|
| @@ -169,7 +169,8 @@ bool IsSchemeSupported(const GURL& url);
|
| bool IsMethodSupported(const std::string& method);
|
| bool IsSchemeAndMethodSupported(const net::URLRequest* request);
|
|
|
| -WEBKIT_STORAGE_EXPORT extern const FilePath::CharType kAppCacheDatabaseName[];
|
| +WEBKIT_STORAGE_EXPORT extern const base::FilePath::CharType
|
| + kAppCacheDatabaseName[];
|
|
|
| } // namespace
|
|
|
|
|