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