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

Unified Diff: ppapi/proxy/ppapi_messages.h

Issue 5526008: Simplify the magic required to create IPC message headers a bit. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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 | « ipc/sync_socket_unittest.cc ('k') | ppapi/proxy/ppapi_messages.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppapi_messages.h
===================================================================
--- ppapi/proxy/ppapi_messages.h (revision 68536)
+++ ppapi/proxy/ppapi_messages.h (working copy)
@@ -23,7 +23,6 @@
#include "ppapi/proxy/ppapi_param_traits.h"
#include "ppapi/proxy/serialized_structs.h"
-#define MESSAGES_INTERNAL_FILE "ppapi/proxy/ppapi_messages_internal.h"
-#include "ipc/ipc_message_macros.h"
+#include "ppapi/proxy/ppapi_messages_internal.h"
#endif // PPAPI_PROXY_PPAPI_MESSAGES_H_
« no previous file with comments | « ipc/sync_socket_unittest.cc ('k') | ppapi/proxy/ppapi_messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698