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

Unified Diff: chrome/common/app_cache/app_cache_dispatcher.h

Issue 155905: Separates ipc code from common (http://crbug.com/16829) (Closed)
Patch Set: Fixes reference to 'common_message_traits' it's actually 'common_param_traits' Created 11 years, 5 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: chrome/common/app_cache/app_cache_dispatcher.h
diff --git a/chrome/common/app_cache/app_cache_dispatcher.h b/chrome/common/app_cache/app_cache_dispatcher.h
index c8baf28de55d0d7e225e3c2a62ca0e27d63ef1ac..3d4cbbd3b96bdb88cd0111852ffff56a5945adec 100644
--- a/chrome/common/app_cache/app_cache_dispatcher.h
+++ b/chrome/common/app_cache/app_cache_dispatcher.h
@@ -6,7 +6,7 @@
#define CHROME_COMMON_APP_CACHE_APP_CACHE_DISPATCHER_H_
#include "base/basictypes.h"
-#include "chrome/common/ipc_message.h"
+#include "ipc/ipc_message.h"
// Dispatches app cache related messages sent to a child process from the
// main browser process. There is one instance per child process. Messages
« no previous file with comments | « chrome/common/app_cache/app_cache_context_impl.h ('k') | chrome/common/app_cache/app_cache_dispatcher_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698