Index: base/command_line.cc |
=================================================================== |
--- base/command_line.cc (revision 17736) |
+++ base/command_line.cc (working copy) |
@@ -169,7 +169,6 @@ |
// static |
void CommandLine::Init(int argc, const char* const* argv) { |
- DCHECK(current_process_commandline_ == NULL); |
#if defined(OS_WIN) |
current_process_commandline_ = new CommandLine; |
current_process_commandline_->ParseFromString(::GetCommandLineW()); |