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

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

Powered by Google App Engine
This is Rietveld 408576698