| Index: chrome/browser/apps/drive/drive_service_bridge.cc
|
| diff --git a/chrome/browser/apps/drive/drive_service_bridge.cc b/chrome/browser/apps/drive/drive_service_bridge.cc
|
| index 207fc357a6f351436978afec0031a71203ba86d8..743e16a2f89f58de19f882c87008d338abebb70e 100644
|
| --- a/chrome/browser/apps/drive/drive_service_bridge.cc
|
| +++ b/chrome/browser/apps/drive/drive_service_bridge.cc
|
| @@ -33,14 +33,14 @@ class DriveServiceBridgeImpl : public DriveServiceBridge,
|
| void Initialize();
|
|
|
| // DriveServiceBridge:
|
| - virtual drive::DriveAppRegistry* GetAppRegistry() OVERRIDE;
|
| + virtual drive::DriveAppRegistry* GetAppRegistry() override;
|
|
|
| // drive::DriveServiceObserver:
|
| - virtual void OnReadyToSendRequests() OVERRIDE;
|
| + virtual void OnReadyToSendRequests() override;
|
|
|
| // drive::DriveNotificationObserver:
|
| - virtual void OnNotificationReceived() OVERRIDE;
|
| - virtual void OnPushNotificationEnabled(bool enabled) OVERRIDE;
|
| + virtual void OnNotificationReceived() override;
|
| + virtual void OnPushNotificationEnabled(bool enabled) override;
|
|
|
| private:
|
| Profile* profile_;
|
|
|