| Index: chrome/browser/services/gcm/gcm_profile_service.cc
|
| diff --git a/chrome/browser/services/gcm/gcm_profile_service.cc b/chrome/browser/services/gcm/gcm_profile_service.cc
|
| index 0349d5493a7ccaec7653285a29566143204ee532..491ca87a4f1ae9458675e1593b016bc27a811d2d 100644
|
| --- a/chrome/browser/services/gcm/gcm_profile_service.cc
|
| +++ b/chrome/browser/services/gcm/gcm_profile_service.cc
|
| @@ -47,8 +47,8 @@ class GCMProfileService::IdentityObserver : public IdentityProvider::Observer {
|
| virtual ~IdentityObserver();
|
|
|
| // IdentityProvider::Observer:
|
| - virtual void OnActiveAccountLogin() OVERRIDE;
|
| - virtual void OnActiveAccountLogout() OVERRIDE;
|
| + virtual void OnActiveAccountLogin() override;
|
| + virtual void OnActiveAccountLogout() override;
|
|
|
| std::string SignedInUserName() const;
|
|
|
|
|