Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(197)

Unified Diff: chrome/test/base/in_process_browser_test.cc

Issue 23727009: Cleanup: Remove chrome namespace for storage monitor and media galleries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nit Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/browser/ui/webui/options/media_galleries_handler.cc ('k') | chrome/test/base/testing_browser_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698