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

Unified Diff: content/child/npobject_proxy.cc

Issue 16325022: move content/common_child to content/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/child/npobject_proxy.h ('k') | content/child/npobject_stub.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/npobject_proxy.cc
diff --git a/content/common_child/npobject_proxy.cc b/content/child/npobject_proxy.cc
similarity index 98%
rename from content/common_child/npobject_proxy.cc
rename to content/child/npobject_proxy.cc
index 13c5648bcb27e7ccf0cc266110b828f752056493..8095273f82f2101d896aaf7b8b15a31f043ad164 100644
--- a/content/common_child/npobject_proxy.cc
+++ b/content/child/npobject_proxy.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/common_child/npobject_proxy.h"
+#include "content/child/npobject_proxy.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/child/np_channel_base.h"
+#include "content/child/npobject_util.h"
+#include "content/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_host.h"
« no previous file with comments | « content/child/npobject_proxy.h ('k') | content/child/npobject_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698