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

Unified Diff: content/common_child/npobject_proxy.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/npobject_proxy.h ('k') | content/common_child/npobject_stub.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common_child/npobject_proxy.cc
diff --git a/content/common/npobject_proxy.cc b/content/common_child/npobject_proxy.cc
similarity index 98%
rename from content/common/npobject_proxy.cc
rename to content/common_child/npobject_proxy.cc
index eb01acb5c2ab15a0d60ecae6f9bab9c1633693ff..7065607684ac3dbd3e89c93226ad752264dc5e83 100644
--- a/content/common/npobject_proxy.cc
+++ b/content/common_child/npobject_proxy.cc
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/common/npobject_proxy.h"
+#include "content/common_child/npobject_proxy.h"
-#include "content/common/np_channel_base.h"
-#include "content/common/npobject_util.h"
-#include "content/common/plugin_messages.h"
+#include "content/common_child/np_channel_base.h"
+#include "content/common_child/npobject_util.h"
+#include "content/common_child/plugin_messages.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebBindings.h"
#include "webkit/glue/webkit_glue.h"
-#include "webkit/plugins/npapi/plugin_instance.h"
#include "webkit/plugins/npapi/plugin_host.h"
+#include "webkit/plugins/npapi/plugin_instance.h"
using WebKit::WebBindings;
« no previous file with comments | « content/common_child/npobject_proxy.h ('k') | content/common_child/npobject_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698