Index: jingle/glue/logging_unittest.cc |
diff --git a/jingle/glue/logging_unittest.cc b/jingle/glue/logging_unittest.cc |
index e43efff49ec931e9112384fc69c83506334ec0c4..a98d6a1ce186bd10a588372983a1ed60ba550362 100644 |
--- a/jingle/glue/logging_unittest.cc |
+++ b/jingle/glue/logging_unittest.cc |
@@ -50,7 +50,7 @@ static bool ContainsString(const std::string& original, |
static bool Initialize(int verbosity_level) { |
if (verbosity_level != kDefaultVerbosity) { |
// Update the command line with specified verbosity level for this file. |
- CommandLine* command_line = CommandLine::ForCurrentProcess(); |
+ base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); |
std::ostringstream value_stream; |
value_stream << "logging_unittest=" << verbosity_level; |
const std::string& value = value_stream.str(); |