| 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 4d202dd75e72334afd54a1bbd25447295d4af428..dcf85cf75400b831a037d02a5f9a91ab46eb4a4f 100644
|
| --- a/chrome/browser/browser_process_platform_part_aurawin.h
|
| +++ b/chrome/browser/browser_process_platform_part_aurawin.h
|
| @@ -24,7 +24,7 @@ class BrowserProcessPlatformPart : public BrowserProcessPlatformPartBase,
|
|
|
| // Overridden from BrowserProcessPlatformPartBase:
|
| virtual void PlatformSpecificCommandLineProcessing(
|
| - const CommandLine& command_line) OVERRIDE;
|
| + const base::CommandLine& command_line) OVERRIDE;
|
|
|
| // content::NotificationObserver method:
|
| virtual void Observe(int type,
|
|
|