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

Unified Diff: content/browser/browser_plugin/old/browser_plugin_host_helper.h

Issue 10829219: Browser Plugin: Move to old namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Style fix. Created 8 years, 4 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/browser/browser_plugin/old/browser_plugin_host_helper.h
diff --git a/content/browser/browser_plugin/old/browser_plugin_host_helper.h b/content/browser/browser_plugin/old/browser_plugin_host_helper.h
index 75c128fd3f0b7fd2ee26b66ebd330683e9f42b02..20f06523bc7d002e8941f98325e6f30c97b57256 100644
--- a/content/browser/browser_plugin/old/browser_plugin_host_helper.h
+++ b/content/browser/browser_plugin/old/browser_plugin_host_helper.h
@@ -16,6 +16,7 @@ class Size;
}
namespace content {
+namespace old {
class BrowserPluginHost;
@@ -45,6 +46,7 @@ class BrowserPluginHostHelper : public RenderViewHostObserver {
DISALLOW_COPY_AND_ASSIGN(BrowserPluginHostHelper);
};
+} // namespace old
} // namespace content
#endif // CONTENT_BROWSER_BROWSER_PLUGIN_OLD_BROWSER_PLUGIN_HOST_HELPER_H__

Powered by Google App Engine
This is Rietveld 408576698