Index: chrome/browser/sync/profile_sync_test_util.h |
diff --git a/chrome/browser/sync/profile_sync_test_util.h b/chrome/browser/sync/profile_sync_test_util.h |
index 509bcf5f624a7f76c95f8524e640531a44b781dc..aedc4c52b783b71eb11dd28424b58eaba6949dc4 100644 |
--- a/chrome/browser/sync/profile_sync_test_util.h |
+++ b/chrome/browser/sync/profile_sync_test_util.h |
@@ -30,7 +30,7 @@ ACTION_P(Notify, type) { |
ACTION(QuitUIMessageLoop) { |
DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); |
- MessageLoop::current()->Quit(); |
+ base::MessageLoop::current()->Quit(); |
} |
class ProfileSyncServiceObserverMock : public ProfileSyncServiceObserver { |