Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / content / app / startup_helper_win.cc
index 17fd323..ab85a43 100644 (file)
@@ -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);