Index: net/ssl/default_channel_id_store_unittest.cc |
diff --git a/net/ssl/default_channel_id_store_unittest.cc b/net/ssl/default_channel_id_store_unittest.cc |
index b1fe87329a3fe6f96756919c5fd6ba976844e3af..9429753df13e4cf42da8e2f6170033eb872da932 100644 |
--- a/net/ssl/default_channel_id_store_unittest.cc |
+++ b/net/ssl/default_channel_id_store_unittest.cc |
@@ -69,12 +69,12 @@ class MockPersistentStore |
MockPersistentStore(); |
// DefaultChannelIDStore::PersistentStore implementation. |
- virtual void Load(const LoadedCallback& loaded_callback) OVERRIDE; |
+ virtual void Load(const LoadedCallback& loaded_callback) override; |
virtual void AddChannelID( |
- const DefaultChannelIDStore::ChannelID& channel_id) OVERRIDE; |
+ const DefaultChannelIDStore::ChannelID& channel_id) override; |
virtual void DeleteChannelID( |
- const DefaultChannelIDStore::ChannelID& channel_id) OVERRIDE; |
- virtual void SetForceKeepSessionState() OVERRIDE; |
+ const DefaultChannelIDStore::ChannelID& channel_id) override; |
+ virtual void SetForceKeepSessionState() override; |
protected: |
virtual ~MockPersistentStore(); |