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

Unified Diff: content/child/npobject_util.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_util.h ('k') | content/child/plugin_message_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/npobject_util.cc
diff --git a/content/common_child/npobject_util.cc b/content/child/npobject_util.cc
similarity index 98%
rename from content/common_child/npobject_util.cc
rename to content/child/npobject_util.cc
index 8fce7ad278aa9c47a9601bb06cdd9195acd60fbe..faf1e344f2c4a5cc98bd83998b3c5862c4abbc98 100644
--- a/content/common_child/npobject_util.cc
+++ b/content/child/npobject_util.cc
@@ -2,12 +2,12 @@
// 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_util.h"
+#include "content/child/npobject_util.h"
#include "base/string_util.h"
-#include "content/common_child/np_channel_base.h"
-#include "content/common_child/npobject_proxy.h"
-#include "content/common_child/plugin_messages.h"
+#include "content/child/np_channel_base.h"
+#include "content/child/npobject_proxy.h"
+#include "content/child/plugin_messages.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebBindings.h"
#include "third_party/npapi/bindings/nphostapi.h"
#include "webkit/glue/webkit_glue.h"
« no previous file with comments | « content/child/npobject_util.h ('k') | content/child/plugin_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698