| Index: content/browser/notification_service_impl.h
|
| diff --git a/content/browser/notification_service_impl.h b/content/browser/notification_service_impl.h
|
| index c9dce92cb60498e89a6e12fd1da7e188a68ee680..7d0ecaa72e58823cc3f1cbd72a123ea1e58fbcc6 100644
|
| --- a/content/browser/notification_service_impl.h
|
| +++ b/content/browser/notification_service_impl.h
|
| @@ -28,7 +28,7 @@ class CONTENT_EXPORT NotificationServiceImpl : public NotificationService {
|
| // NotificationService:
|
| virtual void Notify(int type,
|
| const NotificationSource& source,
|
| - const NotificationDetails& details) OVERRIDE;
|
| + const NotificationDetails& details) override;
|
|
|
| private:
|
| friend class NotificationRegistrar;
|
|
|