Index: content/browser/appcache/appcache.h |
diff --git a/content/browser/appcache/appcache.h b/content/browser/appcache/appcache.h |
index bc7344fed04ff9f17dec9f8f3b13fb84e9d92d82..a444579a64d04834843f916086ee99c35e7ed43b 100644 |
--- a/content/browser/appcache/appcache.h |
+++ b/content/browser/appcache/appcache.h |
@@ -111,7 +111,7 @@ class CONTENT_EXPORT AppCache |
// Initializes the cache with information in the manifest. |
// Do not use the manifest after this call. |
- void InitializeWithManifest(Manifest* manifest); |
+ void InitializeWithManifest(AppCacheManifest* manifest); |
// Initializes the cache with the information in the database records. |
void InitializeWithDatabaseRecords( |