Index: content/renderer/browser_plugin/old/browser_plugin_channel_manager.h |
diff --git a/content/renderer/browser_plugin/browser_plugin_channel_manager.h b/content/renderer/browser_plugin/old/browser_plugin_channel_manager.h |
similarity index 92% |
rename from content/renderer/browser_plugin/browser_plugin_channel_manager.h |
rename to content/renderer/browser_plugin/old/browser_plugin_channel_manager.h |
index cbe578d9c046ff11ca9e3f4886432a0f219c799a..46561398c1bd3ddc34ae0fb7ac24aacfd8468a7c 100644 |
--- a/content/renderer/browser_plugin/browser_plugin_channel_manager.h |
+++ b/content/renderer/browser_plugin/old/browser_plugin_channel_manager.h |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CONTENT_RENDERER_BROWSER_PLUGIN_BROWSER_PLUGIN_CHANNEL_MANAGER_H_ |
-#define CONTENT_RENDERER_BROWSER_PLUGIN_BROWSER_PLUGIN_CHANNEL_MANAGER_H_ |
+#ifndef CONTENT_RENDERER_BROWSER_PLUGIN_OLD_BROWSER_PLUGIN_CHANNEL_MANAGER_H_ |
+#define CONTENT_RENDERER_BROWSER_PLUGIN_OLD_BROWSER_PLUGIN_CHANNEL_MANAGER_H_ |
#pragma once |
#include <set> |
#include "base/id_map.h" |
#include "content/public/renderer/render_process_observer.h" |
-#include "content/renderer/browser_plugin/guest_to_embedder_channel.h" |
+#include "content/renderer/browser_plugin/old/guest_to_embedder_channel.h" |
#include "content/renderer/render_view_impl.h" |
class GuestToEmbedderChannel; |