Index: content/browser/in_process_webkit/indexed_db_browsertest.cc |
diff --git a/content/browser/in_process_webkit/indexed_db_browsertest.cc b/content/browser/in_process_webkit/indexed_db_browsertest.cc |
index f962e1d26c666eb88d2a736600a8ef243e1fba54..45c0a699e4148733b43adfc3ed0117d0b1e780ad 100644 |
--- a/content/browser/in_process_webkit/indexed_db_browsertest.cc |
+++ b/content/browser/in_process_webkit/indexed_db_browsertest.cc |
@@ -113,7 +113,7 @@ class IndexedDBBrowserTest : public ContentBrowserTest { |
BrowserThread::WEBKIT_DEPRECATED))); |
EXPECT_TRUE(helper->Run()); |
// Wait for DidGetDiskUsage to be called. |
- MessageLoop::current()->RunUntilIdle(); |
+ base::MessageLoop::current()->RunUntilIdle(); |
return disk_usage_; |
} |
private: |