Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(554)

Unified Diff: content/browser/appcache/appcache_manifest_parser.h

Issue 548373002: Rename AppCache's Manifest to AppCacheManifest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/appcache/appcache.cc ('k') | content/browser/appcache/appcache_manifest_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/appcache/appcache_manifest_parser.h
diff --git a/content/browser/appcache/appcache_manifest_parser.h b/content/browser/appcache/appcache_manifest_parser.h
index af3edac01c74b1e6d7c94c95b3d6d05bac3435d9..19685f8e705e587ab8af224bb4e3b3f4169fa1c2 100644
--- a/content/browser/appcache/appcache_manifest_parser.h
+++ b/content/browser/appcache/appcache_manifest_parser.h
@@ -43,9 +43,9 @@ class GURL;
namespace content {
-struct CONTENT_EXPORT Manifest {
- Manifest();
- ~Manifest();
+struct CONTENT_EXPORT AppCacheManifest {
+ AppCacheManifest();
+ ~AppCacheManifest();
base::hash_set<std::string> explicit_urls;
AppCacheNamespaceVector intercept_namespaces;
@@ -65,7 +65,7 @@ CONTENT_EXPORT bool ParseManifest(
const char* data,
int length,
ParseMode parse_mode,
- Manifest& manifest);
+ AppCacheManifest& manifest);
} // namespace content
« no previous file with comments | « content/browser/appcache/appcache.cc ('k') | content/browser/appcache/appcache_manifest_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698