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

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: Ready for review, take 2 Created 8 years, 10 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/public/browser/interstitial_page.h
diff --git a/content/public/browser/interstitial_page.h b/content/public/browser/interstitial_page.h
index 0e9a1014f6bce26bb12dba20f84064f55af4e4d2..3c64ad2966cfa8520d18d5062df68385a58adf25 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
@@ -78,7 +78,7 @@ class InterstitialPage {
// Sets the focus to the interstitial.
virtual void Focus() = 0;
- virtual RenderViewHost* GetRenderViewHostForTesting() const = 0;
+ virtual content::RenderViewHost* GetRenderViewHostForTesting() const = 0;
jam 2012/03/05 23:59:28 ditto
Jói 2012/03/06 16:38:55 Done.
virtual InterstitialPageDelegate* GetDelegateForTesting() = 0;
virtual void DontCreateViewForTesting() = 0;
};

Powered by Google App Engine
This is Rietveld 408576698