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

Unified Diff: chrome/common/devtools_messages.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
« no previous file with comments | « chrome/common/common_param_traits_unittest.cc ('k') | chrome/common/devtools_messages_internal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/devtools_messages.h
diff --git a/chrome/common/devtools_messages.h b/chrome/common/devtools_messages.h
index 3321240ead6926220a88bb890ae9e402c86318c5..abb740d57c187e1c57b2203fc2d1796886ef6c49 100644
--- a/chrome/common/devtools_messages.h
+++ b/chrome/common/devtools_messages.h
@@ -6,6 +6,6 @@
#define CHROME_COMMON_DEVTOOLS_MESSAGES_H_
#define MESSAGES_INTERNAL_FILE "chrome/common/devtools_messages_internal.h"
-#include "chrome/common/ipc_message_macros.h"
+#include "ipc/ipc_message_macros.h"
#endif // CHROME_COMMON_DEVTOOLS_MESSAGES_H_
« no previous file with comments | « chrome/common/common_param_traits_unittest.cc ('k') | chrome/common/devtools_messages_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698