| Index: chrome/test/base/in_process_browser_test.cc
|
| diff --git a/chrome/test/base/in_process_browser_test.cc b/chrome/test/base/in_process_browser_test.cc
|
| index 47e8c2a6fee41c9d9cab70b6d4caea436e7c26ab..977051ff12a5454b7e17e61a4be67e44351f7364 100644
|
| --- a/chrome/test/base/in_process_browser_test.cc
|
| +++ b/chrome/test/base/in_process_browser_test.cc
|
| @@ -417,7 +417,7 @@ void InProcessBrowserTest::RunTestOnMainThreadLoop() {
|
| #if !defined(OS_ANDROID) && !defined(OS_IOS)
|
| // Do not use the real StorageMonitor for tests, which introduces another
|
| // source of variability and potential slowness.
|
| - ASSERT_TRUE(chrome::test::TestStorageMonitor::CreateForBrowserTests());
|
| + ASSERT_TRUE(TestStorageMonitor::CreateForBrowserTests());
|
| #endif
|
|
|
| // Pump any pending events that were created as a result of creating a
|
|
|