| Index: chrome/browser/interstitials/chrome_controller_client.cc
|
| diff --git a/chrome/browser/interstitials/chrome_controller_client.cc b/chrome/browser/interstitials/chrome_controller_client.cc
|
| index 6f6e30f26488e3aef27b92e67a49cc9ef4c8a3c2..d3c7914177aebddfbbf6cd95e5accf2fb449fa27 100644
|
| --- a/chrome/browser/interstitials/chrome_controller_client.cc
|
| +++ b/chrome/browser/interstitials/chrome_controller_client.cc
|
| @@ -14,6 +14,7 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "components/prefs/pref_service.h"
|
| +#include "components/safe_browsing_db/safe_browsing_prefs.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/interstitial_page.h"
|
| #include "content/public/browser/web_contents.h"
|
| @@ -185,5 +186,5 @@ PrefService* ChromeControllerClient::GetPrefService() {
|
| }
|
|
|
| const std::string ChromeControllerClient::GetExtendedReportingPrefName() {
|
| - return prefs::kSafeBrowsingExtendedReportingEnabled;
|
| + return safe_browsing::GetExtendedReportingPrefName();
|
| }
|
|
|