Index: chrome/browser/profiles/profile_io_data.h |
diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h |
index 6bf1a30aa01895e7a138813cb0099d7e4e1d63de..f49e3e847b17319e435ec05df5167ce6b23083b5 100644 |
--- a/chrome/browser/profiles/profile_io_data.h |
+++ b/chrome/browser/profiles/profile_io_data.h |
@@ -495,16 +495,16 @@ class ProfileIOData { |
virtual ~ResourceContext(); |
// ResourceContext implementation: |
- virtual net::HostResolver* GetHostResolver() OVERRIDE; |
- virtual net::URLRequestContext* GetRequestContext() OVERRIDE; |
- virtual scoped_ptr<net::ClientCertStore> CreateClientCertStore() OVERRIDE; |
+ virtual net::HostResolver* GetHostResolver() override; |
+ virtual net::URLRequestContext* GetRequestContext() override; |
+ virtual scoped_ptr<net::ClientCertStore> CreateClientCertStore() override; |
virtual void CreateKeygenHandler( |
uint32 key_size_in_bits, |
const std::string& challenge_string, |
const GURL& url, |
const base::Callback<void(scoped_ptr<net::KeygenHandler>)>& callback) |
- OVERRIDE; |
- virtual SaltCallback GetMediaDeviceIDSalt() OVERRIDE; |
+ override; |
+ virtual SaltCallback GetMediaDeviceIDSalt() override; |
private: |
friend class ProfileIOData; |