| Index: chrome/browser/browser_process_platform_part_aurawin.cc
|
| diff --git a/chrome/browser/browser_process_platform_part_aurawin.cc b/chrome/browser/browser_process_platform_part_aurawin.cc
|
| index 02987754f2ccf80b1fbb8dc2aa1a7581aa77bea7..ecbe6f1572cf5ba92d60108ca66b41861ba3d331 100644
|
| --- a/chrome/browser/browser_process_platform_part_aurawin.cc
|
| +++ b/chrome/browser/browser_process_platform_part_aurawin.cc
|
| @@ -38,7 +38,7 @@ void BrowserProcessPlatformPart::OnMetroViewerProcessTerminated() {
|
| }
|
|
|
| void BrowserProcessPlatformPart::PlatformSpecificCommandLineProcessing(
|
| - const CommandLine& command_line) {
|
| + const base::CommandLine& command_line) {
|
| // Check for Windows 8 specific commandlines requesting that this process
|
| // either connect to an existing viewer or launch a new viewer and
|
| // synchronously wait for it to connect.
|
|
|