| Index: chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc
 | 
| diff --git a/chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc b/chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc
 | 
| index ae9366f60025797ca4f2d6f2ee36b3b17081140d..cfe3cc70f85db09b304cae3d7fbaff0b9ded5316 100644
 | 
| --- a/chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc
 | 
| +++ b/chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc
 | 
| @@ -16,7 +16,7 @@ class TwoClientDictionarySyncTest : public SyncTest {
 | 
|    TwoClientDictionarySyncTest() : SyncTest(TWO_CLIENT) {}
 | 
|    virtual ~TwoClientDictionarySyncTest() {}
 | 
|  
 | 
| -  virtual bool TestUsesSelfNotifications() OVERRIDE {
 | 
| +  virtual bool TestUsesSelfNotifications() override {
 | 
|      return false;
 | 
|    }
 | 
|  
 | 
| 
 |