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

Unified Diff: chrome/common/child_thread.cc

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
« no previous file with comments | « chrome/common/child_thread.h ('k') | chrome/common/chrome_counters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/child_thread.cc
diff --git a/chrome/common/child_thread.cc b/chrome/common/child_thread.cc
index 4c97b727f609bded7e89d5943a697b52a210ba74..15a98b3111c61f858574d23a81c51f91739da685 100644
--- a/chrome/common/child_thread.cc
+++ b/chrome/common/child_thread.cc
@@ -8,8 +8,8 @@
#include "base/command_line.h"
#include "chrome/common/child_process.h"
#include "chrome/common/chrome_switches.h"
-#include "chrome/common/ipc_logging.h"
#include "chrome/common/plugin_messages.h"
+#include "ipc/ipc_logging.h"
#include "webkit/glue/webkit_glue.h"
« no previous file with comments | « chrome/common/child_thread.h ('k') | chrome/common/chrome_counters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698