Index: content/child/npobject_stub.cc |
diff --git a/content/common_child/npobject_stub.cc b/content/child/npobject_stub.cc |
similarity index 98% |
rename from content/common_child/npobject_stub.cc |
rename to content/child/npobject_stub.cc |
index 8fcf535a6820e1b1fab3c5c347daee19493b1cfd..3818b76e31a85d3aa9916652879ebbf823d7f27a 100644 |
--- a/content/common_child/npobject_stub.cc |
+++ b/content/child/npobject_stub.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_stub.h" |
+#include "content/child/npobject_stub.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 "content/public/common/content_client.h" |
#include "content/public/common/content_switches.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebBindings.h" |