Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: content/renderer/browser_plugin/old/guest_to_embedder_channel.h

Issue 10555029: Browser Plugin: Move to old directories (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/browser_plugin/old/guest_to_embedder_channel.h
diff --git a/content/renderer/browser_plugin/guest_to_embedder_channel.h b/content/renderer/browser_plugin/old/guest_to_embedder_channel.h
similarity index 96%
rename from content/renderer/browser_plugin/guest_to_embedder_channel.h
rename to content/renderer/browser_plugin/old/guest_to_embedder_channel.h
index 1eb83ce0e64b4739cff8896450824bf5f5ef668d..83bf6e3e617fa0fa04fda2c77107a0eb9353aa0d 100644
--- a/content/renderer/browser_plugin/guest_to_embedder_channel.h
+++ b/content/renderer/browser_plugin/old/guest_to_embedder_channel.h
@@ -2,8 +2,8 @@
// 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_GUEST_TO_EMBEDDER_CHANNEL_H_
-#define CONTENT_RENDERER_BROWSER_PLUGIN_GUEST_TO_EMBEDDER_CHANNEL_H_
+#ifndef CONTENT_RENDERER_BROWSER_PLUGIN_OLD_GUEST_TO_EMBEDDER_CHANNEL_H_
+#define CONTENT_RENDERER_BROWSER_PLUGIN_OLD_GUEST_TO_EMBEDDER_CHANNEL_H_
#pragma once
#include "base/memory/ref_counted.h"
@@ -135,4 +135,4 @@ class GuestToEmbedderChannel
} // namespace content
-#endif // CONTENT_RENDERER_BROWSER_PLUGIN_GUEST_TO_EMBEDDER_CHANNEL_H_
+#endif // CONTENT_RENDERER_BROWSER_PLUGIN_OLD_GUEST_TO_EMBEDDER_CHANNEL_H_

Powered by Google App Engine
This is Rietveld 408576698