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

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

Issue 469413003: Rename appcache/manifest_parser* to appcache/appcache_manifest_parser*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update third_party_files_whitelist.txt Created 6 years, 4 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.h ('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/manifest_parser.h b/content/browser/appcache/appcache_manifest_parser.h
similarity index 92%
rename from content/browser/appcache/manifest_parser.h
rename to content/browser/appcache/appcache_manifest_parser.h
index 4deb5998ccd3e18748a61bc2d4a21fc77a030a38..b419f365cb1b611350b4b464d098585f84eb8fbd 100644
--- a/content/browser/appcache/manifest_parser.h
+++ b/content/browser/appcache/appcache_manifest_parser.h
@@ -29,8 +29,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef CONTENT_BROWSER_APPCACHE_MANIFEST_PARSER_H_
-#define CONTENT_BROWSER_APPCACHE_MANIFEST_PARSER_H_
+#ifndef CONTENT_BROWSER_APPCACHE_APPCACHE_MANIFEST_PARSER_H_
+#define CONTENT_BROWSER_APPCACHE_APPCACHE_MANIFEST_PARSER_H_
#include <string>
#include <vector>
@@ -69,4 +69,4 @@ CONTENT_EXPORT bool ParseManifest(
} // namespace content
-#endif // CONTENT_BROWSER_APPCACHE_MANIFEST_PARSER_H_
+#endif // CONTENT_BROWSER_APPCACHE_APPCACHE_MANIFEST_PARSER_H_
« no previous file with comments | « content/browser/appcache/appcache.h ('k') | content/browser/appcache/appcache_manifest_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698