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

Unified Diff: content/renderer/plugin_channel_host.cc

Issue 15047014: Move child-common classes to content/common_child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mac and win builds 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
Index: content/renderer/plugin_channel_host.cc
diff --git a/content/renderer/plugin_channel_host.cc b/content/renderer/plugin_channel_host.cc
index f9b182913308637d6eca298da9748cbd22139d52..b49b093380084c63a5d082dc36c4c6fe56c11e3a 100644
--- a/content/renderer/plugin_channel_host.cc
+++ b/content/renderer/plugin_channel_host.cc
@@ -7,8 +7,8 @@
#include "base/metrics/histogram.h"
#include "base/time.h"
#include "content/common/child_process.h"
-#include "content/common/npobject_base.h"
-#include "content/common/plugin_messages.h"
+#include "content/common_child/npobject_base.h"
+#include "content/common_child/plugin_messages.h"
#if defined(OS_POSIX)
#include "ipc/ipc_channel_posix.h"

Powered by Google App Engine
This is Rietveld 408576698