| Index: chrome/browser/sync/profile_sync_service_android.h
 | 
| diff --git a/chrome/browser/sync/profile_sync_service_android.h b/chrome/browser/sync/profile_sync_service_android.h
 | 
| index ed91465b92b5a66e04a656292c5290eb03f7370c..4842cb99364ffeb3ffd811634f9aeb5c7aa1561c 100644
 | 
| --- a/chrome/browser/sync/profile_sync_service_android.h
 | 
| +++ b/chrome/browser/sync/profile_sync_service_android.h
 | 
| @@ -181,7 +181,7 @@ class ProfileSyncServiceAndroid : public ProfileSyncServiceObserver {
 | 
|    jint GetAuthError(JNIEnv* env, jobject obj);
 | 
|  
 | 
|    // ProfileSyncServiceObserver:
 | 
| -  virtual void OnStateChanged() OVERRIDE;
 | 
| +  virtual void OnStateChanged() override;
 | 
|  
 | 
|    // Returns a timestamp for when a sync was last executed. The return value is
 | 
|    // the internal value of base::Time.
 | 
| 
 |