| Index: content/test/content_test_launcher.cc
|
| diff --git a/content/test/content_test_launcher.cc b/content/test/content_test_launcher.cc
|
| index ec384a76170965bb87168c267e93e57785ea87df..09078b23dd905dc86b8a201f1d8c7f3aedde491c 100644
|
| --- a/content/test/content_test_launcher.cc
|
| +++ b/content/test/content_test_launcher.cc
|
| @@ -82,7 +82,7 @@ class ContentBrowserTestSuite : public ContentTestSuiteBase {
|
| // as it also tries to set MessagePumpForUIFactory.
|
| if (!base::MessageLoop::InitMessagePumpForUIFactory(
|
| &CreateMessagePumpForUI))
|
| - LOG(INFO) << "MessagePumpForUIFactory already set, unable to override.";
|
| + VLOG(0) << "MessagePumpForUIFactory already set, unable to override.";
|
| #endif
|
|
|
| ContentTestSuiteBase::Initialize();
|
|
|