Chromium Code Reviews| 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; |
| }; |