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

Unified Diff: content/common_child/plugin_message_generator.cc

Issue 15047014: Move child-common classes to content/common_child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | « content/common_child/plugin_message_generator.h ('k') | content/common_child/plugin_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common_child/plugin_message_generator.cc
diff --git a/content/common/plugin_message_generator.cc b/content/common_child/plugin_message_generator.cc
similarity index 66%
rename from content/common/plugin_message_generator.cc
rename to content/common_child/plugin_message_generator.cc
index b44b1640910b5fb4b8da2310561a637a164795b8..c8a7aae99c47eb9e72581bb7ced651910a48d54a 100644
--- a/content/common/plugin_message_generator.cc
+++ b/content/common_child/plugin_message_generator.cc
@@ -4,30 +4,30 @@
// Get basic type definitions.
#define IPC_MESSAGE_IMPL
-#include "content/common/plugin_message_generator.h"
+#include "content/common_child/plugin_message_generator.h"
// Generate constructors.
#include "ipc/struct_constructor_macros.h"
-#include "content/common/plugin_message_generator.h"
+#include "content/common_child/plugin_message_generator.h"
// Generate destructors.
#include "ipc/struct_destructor_macros.h"
-#include "content/common/plugin_message_generator.h"
+#include "content/common_child/plugin_message_generator.h"
// Generate param traits write methods.
#include "ipc/param_traits_write_macros.h"
namespace IPC {
-#include "content/common/plugin_message_generator.h"
+#include "content/common_child/plugin_message_generator.h"
} // namespace IPC
// Generate param traits read methods.
#include "ipc/param_traits_read_macros.h"
namespace IPC {
-#include "content/common/plugin_message_generator.h"
+#include "content/common_child/plugin_message_generator.h"
} // namespace IPC
// Generate param traits log methods.
#include "ipc/param_traits_log_macros.h"
namespace IPC {
-#include "content/common/plugin_message_generator.h"
+#include "content/common_child/plugin_message_generator.h"
} // namespace IPC
« no previous file with comments | « content/common_child/plugin_message_generator.h ('k') | content/common_child/plugin_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698