Index: content/renderer/browser_plugin/old/browser_plugin_channel_manager.cc |
diff --git a/content/renderer/browser_plugin/browser_plugin_channel_manager.cc b/content/renderer/browser_plugin/old/browser_plugin_channel_manager.cc |
similarity index 95% |
rename from content/renderer/browser_plugin/browser_plugin_channel_manager.cc |
rename to content/renderer/browser_plugin/old/browser_plugin_channel_manager.cc |
index 0a49e9d9c070af0dbb7597bfcc73c28b1202b324..e00df2b4ad38b6abaa3472653c7141418bda1aac 100644 |
--- a/content/renderer/browser_plugin/browser_plugin_channel_manager.cc |
+++ b/content/renderer/browser_plugin/old/browser_plugin_channel_manager.cc |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/renderer/browser_plugin/browser_plugin_channel_manager.h" |
+#include "content/renderer/browser_plugin/old/browser_plugin_channel_manager.h" |
#include "base/process_util.h" |
#include "content/common/browser_plugin_messages.h" |
#include "content/common/view_messages.h" |
-#include "content/renderer/browser_plugin/browser_plugin.h" |
-#include "content/renderer/browser_plugin/guest_to_embedder_channel.h" |
+#include "content/renderer/browser_plugin/old/browser_plugin.h" |
+#include "content/renderer/browser_plugin/old/guest_to_embedder_channel.h" |
#include "content/renderer/render_thread_impl.h" |
#include "content/renderer/render_view_impl.h" |
#include "ppapi/c/pp_instance.h" |