| Index: chrome/browser/apps/app_shim/app_shim_handler_mac.cc
|
| diff --git a/chrome/browser/apps/app_shim/app_shim_handler_mac.cc b/chrome/browser/apps/app_shim/app_shim_handler_mac.cc
|
| index edea1d403acf144f3c3783eb470986784f9acb61..5e6dcaea341c8ff0e4c10f642f0814207de6b074 100644
|
| --- a/chrome/browser/apps/app_shim/app_shim_handler_mac.cc
|
| +++ b/chrome/browser/apps/app_shim/app_shim_handler_mac.cc
|
| @@ -97,7 +97,7 @@ class AppShimHandlerRegistry : public content::NotificationObserver {
|
| virtual void Observe(
|
| int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE {
|
| + const content::NotificationDetails& details) override {
|
| switch (type) {
|
| case chrome::NOTIFICATION_BROWSER_OPENED:
|
| case chrome::NOTIFICATION_BROWSER_CLOSE_CANCELLED:
|
|
|