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

Unified Diff: components/framelet/common/framelet_message_generator.cc

Issue 1531533002: wjm day 2 work (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: components/framelet/common/framelet_message_generator.cc
diff --git a/ipc/ipc_test_message_generator.cc b/components/framelet/common/framelet_message_generator.cc
similarity index 63%
copy from ipc/ipc_test_message_generator.cc
copy to components/framelet/common/framelet_message_generator.cc
index c0e9c03b32d8c78d8e461e6d029bd0bbc46aa396..5b1dd366924f604ba032e2ddb08a461b7318015f 100644
--- a/ipc/ipc_test_message_generator.cc
+++ b/components/framelet/common/framelet_message_generator.cc
@@ -4,30 +4,31 @@
// Get basic type definitions.
#define IPC_MESSAGE_IMPL
-#include "ipc/ipc_test_message_generator.h"
+#include "components/framelet/common/framelet_message_generator.h"
// Generate constructors.
#include "ipc/struct_constructor_macros.h"
-#include "ipc/ipc_test_message_generator.h"
+#include "components/framelet/common/framelet_message_generator.h"
// Generate destructors.
#include "ipc/struct_destructor_macros.h"
-#include "ipc/ipc_test_message_generator.h"
+#include "components/framelet/common/framelet_message_generator.h"
// Generate param traits write methods.
#include "ipc/param_traits_write_macros.h"
namespace IPC {
-#include "ipc/ipc_test_message_generator.h"
+#include "components/framelet/common/framelet_message_generator.h"
} // namespace IPC
// Generate param traits read methods.
#include "ipc/param_traits_read_macros.h"
namespace IPC {
-#include "ipc/ipc_test_message_generator.h"
+#include "components/framelet/common/framelet_message_generator.h"
} // namespace IPC
// Generate param traits log methods.
#include "ipc/param_traits_log_macros.h"
namespace IPC {
-#include "ipc/ipc_test_message_generator.h"
+#include "components/framelet/common/framelet_message_generator.h"
} // namespace IPC
+
« no previous file with comments | « components/framelet/common/framelet_message_generator.h ('k') | components/framelet/common/framelet_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698