Chromium Code Reviews| 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 934a43ec2c0e9dadfd85ca7b85121ef0d24c98d8..1fef6fe21a0bebc9924291ac21ad6e707a4a1117 100644 |
| --- a/chrome/browser/profiles/profile_io_data.cc |
| +++ b/chrome/browser/profiles/profile_io_data.cc |
| @@ -1339,3 +1339,7 @@ void ProfileIOData::SetCookieSettingsForTesting( |
| DCHECK(!cookie_settings_.get()); |
| cookie_settings_ = cookie_settings; |
| } |
| + |
| +chrome_browser_net::Predictor* ProfileIOData::GetPredictor() { |
|
mmenke
2016/05/23 18:50:22
Definition order should match declaration order.
Charlie Harrison
2016/05/23 21:13:32
Done.
|
| + return nullptr; |
| +} |