| Index: chrome/browser/ssl/ssl_browser_tests.cc
|
| diff --git a/chrome/browser/ssl/ssl_browser_tests.cc b/chrome/browser/ssl/ssl_browser_tests.cc
|
| index c5caed5ee58213e2619d2f609ebb6e02b66f330b..c19df8123c06c11936a5a3bd80fe45b133c93a41 100644
|
| --- a/chrome/browser/ssl/ssl_browser_tests.cc
|
| +++ b/chrome/browser/ssl/ssl_browser_tests.cc
|
| @@ -3666,7 +3666,7 @@ IN_PROC_BROWSER_TEST_F(CommonNameMismatchBrowserTest,
|
| class SSLBlockingPageIDNTest : public SecurityInterstitialIDNTest {
|
| protected:
|
| // SecurityInterstitialIDNTest implementation
|
| - SecurityInterstitialPage* CreateInterstitial(
|
| + security_interstitials::SecurityInterstitialPage* CreateInterstitial(
|
| content::WebContents* contents,
|
| const GURL& request_url) const override {
|
| net::SSLInfo ssl_info;
|
|
|