diff options
Diffstat (limited to 'chrome/browser/profiles/profile_impl_io_data.h')
| -rw-r--r-- | chrome/browser/profiles/profile_impl_io_data.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/chrome/browser/profiles/profile_impl_io_data.h b/chrome/browser/profiles/profile_impl_io_data.h index 1a8d905..b766119 100644 --- a/chrome/browser/profiles/profile_impl_io_data.h +++ b/chrome/browser/profiles/profile_impl_io_data.h @@ -121,16 +121,17 @@ class ProfileImplIOData : public ProfileIOData { ProfileImplIOData(); virtual ~ProfileImplIOData(); - virtual void LazyInitializeInternal(ProfileParams* profile_params) const; + virtual void LazyInitializeInternal( + ProfileParams* profile_params) const OVERRIDE; virtual scoped_refptr<ChromeURLRequestContext> InitializeAppRequestContext( scoped_refptr<ChromeURLRequestContext> main_context, - const std::string& app_id) const; + const std::string& app_id) const OVERRIDE; virtual scoped_refptr<ChromeURLRequestContext> - AcquireMediaRequestContext() const; + AcquireMediaRequestContext() const OVERRIDE; virtual scoped_refptr<ChromeURLRequestContext> AcquireIsolatedAppRequestContext( scoped_refptr<ChromeURLRequestContext> main_context, - const std::string& app_id) const; + const std::string& app_id) const OVERRIDE; // Lazy initialization params. mutable scoped_ptr<LazyParams> lazy_params_; |
