| Index: chrome/app_shim/chrome_main_app_mode_mac.mm
|
| diff --git a/chrome/app_shim/chrome_main_app_mode_mac.mm b/chrome/app_shim/chrome_main_app_mode_mac.mm
|
| index e9cf194bc8b2000eb55083446d05b7962e0ce319..4e300ac0466e9415000005c7fd17f3c6a717d4f6 100644
|
| --- a/chrome/app_shim/chrome_main_app_mode_mac.mm
|
| +++ b/chrome/app_shim/chrome_main_app_mode_mac.mm
|
| @@ -119,8 +119,8 @@ class AppShimController : public IPC::Listener {
|
|
|
| private:
|
| // IPC::Listener implemetation.
|
| - virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
| - virtual void OnChannelError() OVERRIDE;
|
| + virtual bool OnMessageReceived(const IPC::Message& message) override;
|
| + virtual void OnChannelError() override;
|
|
|
| // If Chrome failed to launch the app, |success| will be false and the app
|
| // shim process should die.
|
|
|