Index: chrome/test/chromedriver/chrome/console_logger_unittest.cc |
diff --git a/chrome/test/chromedriver/chrome/console_logger_unittest.cc b/chrome/test/chromedriver/chrome/console_logger_unittest.cc |
index 8250842e6a841dd696a9e490592be7d7dd97ba1c..89798c78425fc608e07edc71047a4177e2c971d6 100644 |
--- a/chrome/test/chromedriver/chrome/console_logger_unittest.cc |
+++ b/chrome/test/chromedriver/chrome/console_logger_unittest.cc |
@@ -173,7 +173,7 @@ TEST(ConsoleLogger, ConsoleMessages) { |
ASSERT_EQ(8u, log.GetEntries().size()); |
ValidateLogEntry(log.GetEntries()[0], Log::kDebug, "url1 10:1 text1"); |
- ValidateLogEntry(log.GetEntries()[1], Log::kLog, "source2 - text2"); |
+ ValidateLogEntry(log.GetEntries()[1], Log::kInfo, "source2 - text2"); |
ValidateLogEntry(log.GetEntries()[2], Log::kWarning, "url3 30 text3"); |
ValidateLogEntry(log.GetEntries()[3], Log::kError, "url4 - text4"); |
ValidateLogEntry( |