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

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

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
Index: content/browser/appcache/appcache_manifest_parser.cc
diff --git a/content/browser/appcache/manifest_parser.cc b/content/browser/appcache/appcache_manifest_parser.cc
similarity index 99%
rename from content/browser/appcache/manifest_parser.cc
rename to content/browser/appcache/appcache_manifest_parser.cc
index 2ca3ce85286e5b2e0b9a1bde97e1f868d2bdca61..0a10e43ba255022b5d30d5fe6169f34fa5cca7f4 100644
--- a/content/browser/appcache/manifest_parser.cc
+++ b/content/browser/appcache/appcache_manifest_parser.cc
@@ -29,7 +29,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "content/browser/appcache/manifest_parser.h"
+#include "content/browser/appcache/appcache_manifest_parser.h"
#include "base/command_line.h"
#include "base/i18n/icu_string_conversions.h"
« no previous file with comments | « content/browser/appcache/appcache_manifest_parser.h ('k') | content/browser/appcache/appcache_manifest_parser_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698