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

Unified Diff: content/public/browser/render_view_host_delegate.h

Issue 9600036: Move Render(View|Widget)Host and associated classes to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to review comments. Created 8 years, 9 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
« no previous file with comments | « content/public/browser/render_view_host.h ('k') | content/public/browser/render_view_host_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/render_view_host_delegate.h
diff --git a/content/public/browser/render_view_host_delegate.h b/content/public/browser/render_view_host_delegate.h
index 3a41689330abb3ba00abbfaca0298c4b62bb440d..bb3701e54ff9e7babdf5b8b65ccae129cbbacbcf 100644
--- a/content/public/browser/render_view_host_delegate.h
+++ b/content/public/browser/render_view_host_delegate.h
@@ -23,7 +23,6 @@
#include "webkit/glue/window_open_disposition.h"
class GURL;
-class RenderViewHost;
class SkBitmap;
class TabContents;
class WebKeyboardEvent;
@@ -47,6 +46,7 @@ class Size;
namespace content {
class BrowserContext;
+class RenderViewHost;
class WebContents;
struct ContextMenuParams;
struct FileChooserParams;
« no previous file with comments | « content/public/browser/render_view_host.h ('k') | content/public/browser/render_view_host_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698