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

Unified Diff: chrome/browser/interstitials/security_interstitial_page_test_utils.h

Issue 2603433002: Move SecurityInterstitialPage into component (Closed)
Patch Set: missed some changes in rebase Created 3 years, 11 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: 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;
};

Powered by Google App Engine
This is Rietveld 408576698