| Index: chrome/browser/browser_process_platform_part_aurawin.h
|
| diff --git a/chrome/browser/browser_process_platform_part_aurawin.h b/chrome/browser/browser_process_platform_part_aurawin.h
|
| index dcf85cf75400b831a037d02a5f9a91ab46eb4a4f..9cf6dc49927cc36902919ce409ad1178ec2f4cf3 100644
|
| --- a/chrome/browser/browser_process_platform_part_aurawin.h
|
| +++ b/chrome/browser/browser_process_platform_part_aurawin.h
|
| @@ -24,12 +24,12 @@ class BrowserProcessPlatformPart : public BrowserProcessPlatformPartBase,
|
|
|
| // Overridden from BrowserProcessPlatformPartBase:
|
| virtual void PlatformSpecificCommandLineProcessing(
|
| - const base::CommandLine& command_line) OVERRIDE;
|
| + const base::CommandLine& command_line) override;
|
|
|
| // content::NotificationObserver method:
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE;
|
| + const content::NotificationDetails& details) override;
|
|
|
| private:
|
| // Hosts the channel for the Windows 8 metro viewer process which runs in
|
|
|