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

Unified Diff: content/common_child/npobject_stub.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_stub.h ('k') | content/common_child/npobject_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common_child/npobject_stub.cc
diff --git a/content/common/npobject_stub.cc b/content/common_child/npobject_stub.cc
similarity index 98%
rename from content/common/npobject_stub.cc
rename to content/common_child/npobject_stub.cc
index 0e677ee7b861863595d019cb9e623860c92efd6f..d72a54638d556e5e53202bce6e603807aa6db4e4 100644
--- a/content/common/npobject_stub.cc
+++ b/content/common_child/npobject_stub.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_stub.h"
+#include "content/common_child/npobject_stub.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 "content/public/common/content_client.h"
#include "content/public/common/content_switches.h"
+#include "third_party/WebKit/Source/WebKit/chromium/public/WebBindings.h"
#include "third_party/npapi/bindings/npapi.h"
#include "third_party/npapi/bindings/npruntime.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebBindings.h"
#include "webkit/plugins/npapi/plugin_host.h"
#if defined(OS_WIN)
« no previous file with comments | « content/common_child/npobject_stub.h ('k') | content/common_child/npobject_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698