| Index: chrome/browser/drive/drive_notification_manager_factory.h
|
| diff --git a/chrome/browser/drive/drive_notification_manager_factory.h b/chrome/browser/drive/drive_notification_manager_factory.h
|
| index b57f847b633e29075f11f6e43bd4a83315c9fbcb..1582ca63b201f139a78814792bd17bc90fe1e934 100644
|
| --- a/chrome/browser/drive/drive_notification_manager_factory.h
|
| +++ b/chrome/browser/drive/drive_notification_manager_factory.h
|
| @@ -41,7 +41,7 @@ class DriveNotificationManagerFactory
|
|
|
| // BrowserContextKeyedServiceFactory implementation.
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
| };
|
|
|
| } // namespace drive
|
|
|