Index: content/browser/appcache/chrome_appcache_service.cc |
diff --git a/content/browser/appcache/chrome_appcache_service.cc b/content/browser/appcache/chrome_appcache_service.cc |
index d918fe63d7f4d70090d758a94c44932c8c779a59..b3bfd0f7603c4b93584687f310a245172501a0d8 100644 |
--- a/content/browser/appcache/chrome_appcache_service.cc |
+++ b/content/browser/appcache/chrome_appcache_service.cc |
@@ -23,7 +23,7 @@ ChromeAppCacheService::ChromeAppCacheService( |
} |
void ChromeAppCacheService::InitializeOnIOThread( |
- const FilePath& cache_path, |
+ const base::FilePath& cache_path, |
ResourceContext* resource_context, |
net::URLRequestContextGetter* request_context_getter, |
scoped_refptr<quota::SpecialStoragePolicy> special_storage_policy) { |