| Index: content/app/startup_helper_win.cc
|
| diff --git a/content/app/startup_helper_win.cc b/content/app/startup_helper_win.cc
|
| index 17fd323397fcea65c5f02f553b4007b998ebb9be..ab85a43e80689794cbbd6bf232d31c4dca6b6961 100644
|
| --- a/content/app/startup_helper_win.cc
|
| +++ b/content/app/startup_helper_win.cc
|
| @@ -56,7 +56,7 @@ void RegisterInvalidParamHandler() {
|
| _set_new_mode(1);
|
| }
|
|
|
| -void SetupCRT(const CommandLine& command_line) {
|
| +void SetupCRT(const base::CommandLine& command_line) {
|
| #if defined(_CRTDBG_MAP_ALLOC)
|
| _CrtSetReportFile(_CRT_WARN, _CRTDBG_FILE_STDERR);
|
| _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_FILE);
|
|
|