Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / content / browser / appcache / appcache.h
index bab468c..a444579 100644 (file)
@@ -14,7 +14,7 @@
 #include "base/time/time.h"
 #include "content/browser/appcache/appcache_database.h"
 #include "content/browser/appcache/appcache_entry.h"
-#include "content/browser/appcache/manifest_parser.h"
+#include "content/browser/appcache/appcache_manifest_parser.h"
 #include "content/common/content_export.h"
 #include "url/gurl.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(