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

Unified Diff: content/renderer/webplugin_delegate_proxy.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/webplugin_delegate_proxy.cc
diff --git a/content/renderer/webplugin_delegate_proxy.cc b/content/renderer/webplugin_delegate_proxy.cc
index c3459ed04c3f05454cfd7ee9550d3dc955525282..70bc2850bca9275118faabe89d6522b61c8b85be 100644
--- a/content/renderer/webplugin_delegate_proxy.cc
+++ b/content/renderer/webplugin_delegate_proxy.cc
@@ -25,11 +25,11 @@
#include "base/utf_string_conversions.h"
#include "base/version.h"
#include "content/common/child_process.h"
-#include "content/common/npobject_proxy.h"
-#include "content/common/npobject_stub.h"
-#include "content/common/npobject_util.h"
-#include "content/common/plugin_messages.h"
#include "content/common/view_messages.h"
+#include "content/common_child/npobject_proxy.h"
+#include "content/common_child/npobject_stub.h"
+#include "content/common_child/npobject_util.h"
+#include "content/common_child/plugin_messages.h"
#include "content/public/renderer/content_renderer_client.h"
#include "content/renderer/plugin_channel_host.h"
#include "content/renderer/render_thread_impl.h"

Powered by Google App Engine
This is Rietveld 408576698