| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 39b5a4183a20589e8f206e294aa1bacdc58721fa..32cbdfc92defa13e8296058fb323762265e218a1 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -109,7 +109,9 @@ class ProfileImpl : public Profile,
|
| virtual FilePath last_selected_directory() OVERRIDE;
|
| virtual void set_last_selected_directory(const FilePath& path) OVERRIDE;
|
| virtual chrome_browser_net::Predictor* GetNetworkPredictor() OVERRIDE;
|
| - virtual void ClearNetworkingHistorySince(base::Time time) OVERRIDE;
|
| + virtual void ClearNetworkingHistorySince(
|
| + base::Time time,
|
| + const base::Closure& completion) OVERRIDE;
|
| virtual GURL GetHomePage() OVERRIDE;
|
| virtual bool WasCreatedByVersionOrLater(const std::string& version) OVERRIDE;
|
| virtual void SetExitType(ExitType exit_type) OVERRIDE;
|
|
|