| Index: chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc b/chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc
|
| index 5100146619f0b13983a8f27ff056363f9a10da8b..ba998a6cfba6bf17993d56d825eece526aef22ee 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc
|
| @@ -1328,7 +1328,7 @@ class SafeBrowsingBlockingPageIDNTest
|
| public testing::WithParamInterface<testing::tuple<bool, SBThreatType>> {
|
| protected:
|
| // SecurityInterstitialIDNTest implementation
|
| - SecurityInterstitialPage* CreateInterstitial(
|
| + security_interstitials::SecurityInterstitialPage* CreateInterstitial(
|
| content::WebContents* contents,
|
| const GURL& request_url) const override {
|
| SafeBrowsingUIManager::CreateWhitelistForTesting(contents);
|
|
|