| Index: chrome/browser/profiles/profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
|
| index 3d439fb2d92992a0de46bce4b720a20f66bb01a6..15862fe632da4e1d4b613a0b5482cad539deb468 100644
|
| --- a/chrome/browser/profiles/profile_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_io_data.cc
|
| @@ -1325,3 +1325,7 @@ void ProfileIOData::SetCookieSettingsForTesting(
|
| DCHECK(!cookie_settings_.get());
|
| cookie_settings_ = cookie_settings;
|
| }
|
| +
|
| +chrome_browser_net::Predictor* ProfileIOData::predictor() {
|
| + return nullptr;
|
| +}
|
|
|