| 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 68c9e2a7d06a635d99b3d85e9f674aaf66cbb11e..8be475d7302f9b47e2b3e05584a48a2416d16293 100644
|
| --- a/chrome/browser/ssl/ssl_browser_tests.cc
|
| +++ b/chrome/browser/ssl/ssl_browser_tests.cc
|
| @@ -3670,7 +3670,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;
|
|
|