| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index bb8d9c3c5f3220b3f0276f4ee8ea911f3ebe9d55..a2cfc6e2e9dba76420b3986f3de42aac639ff475 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -108,7 +108,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;
|
|
|