| Index: chrome/browser/interstitials/security_interstitial_page_test_utils.h
|
| diff --git a/chrome/browser/interstitials/security_interstitial_page_test_utils.h b/chrome/browser/interstitials/security_interstitial_page_test_utils.h
|
| index 65a82f366dddc4696bc9d5c4b008fac9bfaf5706..95c3eaf79b657e9daacd1dbbaf7234a21e6594ea 100644
|
| --- a/chrome/browser/interstitials/security_interstitial_page_test_utils.h
|
| +++ b/chrome/browser/interstitials/security_interstitial_page_test_utils.h
|
| @@ -16,7 +16,10 @@ class WebContents;
|
| }
|
|
|
| class GURL;
|
| +
|
| +namespace security_interstitials {
|
| class SecurityInterstitialPage;
|
| +}
|
|
|
| namespace chrome_browser_interstitials {
|
|
|
| @@ -36,7 +39,7 @@ class SecurityInterstitialIDNTest : public InProcessBrowserTest {
|
| testing::AssertionResult VerifyIDNDecoded() const;
|
|
|
| protected:
|
| - virtual SecurityInterstitialPage* CreateInterstitial(
|
| + virtual security_interstitials::SecurityInterstitialPage* CreateInterstitial(
|
| content::WebContents* contents,
|
| const GURL& request_url) const = 0;
|
| };
|
|
|