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" |