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

Unified Diff: content/public/browser/interstitial_page.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/devtools_client_host.h ('k') | content/public/browser/render_view_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/interstitial_page.h
diff --git a/content/public/browser/interstitial_page.h b/content/public/browser/interstitial_page.h
index 0e9a1014f6bce26bb12dba20f84064f55af4e4d2..a8479f3ff3384b75b821e8e122e2363bbd5ccd64 100644
--- a/content/public/browser/interstitial_page.h
+++ b/content/public/browser/interstitial_page.h
@@ -9,7 +9,6 @@
#include "content/common/content_export.h"
class GURL;
-class RenderViewHost;
namespace gfx {
class Size;
@@ -18,6 +17,7 @@ class Size;
namespace content {
class InterstitialPageDelegate;
+class RenderViewHost;
class WebContents;
// This class is used for showing interstitial pages, pages that show some
« no previous file with comments | « content/public/browser/devtools_client_host.h ('k') | content/public/browser/render_view_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698