Index: base/logging.cc |
diff --git a/base/logging.cc b/base/logging.cc |
index 150a40815c51c8ee2cf48668caa245d86369afba..f3601eef28ba9ed44f8b2809643e79c2d8244a06 100644 |
--- a/base/logging.cc |
+++ b/base/logging.cc |
@@ -359,7 +359,7 @@ bool BaseInitLoggingImpl(const LoggingSettings& settings) { |
// Can log only to the system debug log. |
CHECK_EQ(settings.logging_dest & ~LOG_TO_SYSTEM_DEBUG_LOG, 0); |
#endif |
- CommandLine* command_line = CommandLine::ForCurrentProcess(); |
+ base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); |
// Don't bother initializing g_vlog_info unless we use one of the |
// vlog switches. |
if (command_line->HasSwitch(switches::kV) || |