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

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

Issue 6691002: Move AppCache common code to content and split off AppCache messages into the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 9 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_frontend_proxy.cc
===================================================================
--- content/browser/appcache/appcache_frontend_proxy.cc (revision 77976)
+++ content/browser/appcache/appcache_frontend_proxy.cc (working copy)
@@ -4,7 +4,7 @@
#include "content/browser/appcache/appcache_frontend_proxy.h"
-#include "chrome/common/render_messages.h"
+#include "content/common/appcache_messages.h"
AppCacheFrontendProxy::AppCacheFrontendProxy(IPC::Message::Sender* sender)
: sender_(sender) {
« no previous file with comments | « content/browser/appcache/appcache_dispatcher_host.cc ('k') | content/common/appcache/appcache_backend_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698