| Index: content/shell/tools/content_shell_crash_service.cc
|
| diff --git a/content/shell/tools/content_shell_crash_service.cc b/content/shell/tools/content_shell_crash_service.cc
|
| index 66e5433321348e874b8bfca554da6ce9a714b7c0..897c6fb32da2b9847e9abf028b094c34718842d7 100644
|
| --- a/content/shell/tools/content_shell_crash_service.cc
|
| +++ b/content/shell/tools/content_shell_crash_service.cc
|
| @@ -17,7 +17,7 @@ int __stdcall wWinMain(HINSTANCE instance, HINSTANCE, wchar_t* cmd_line,
|
| // Manages the destruction of singletons.
|
| base::AtExitManager exit_manager;
|
|
|
| - CommandLine::Init(0, NULL);
|
| + base::CommandLine::Init(0, NULL);
|
|
|
| // Logging to stderr.
|
| logging::LoggingSettings settings;
|
|
|