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