| Index: chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc b/chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc
|
| index d4e5594f8464817079fc854098b120d65efc2de2..f043d7b91da8a3c6c752e3ed51e613125fa13ef3 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc
|
| @@ -597,7 +597,7 @@ class TestSBClient
|
| }
|
|
|
| void DownloadCheckDone() {
|
| - MessageLoopForUI::current()->Quit();
|
| + base::MessageLoopForUI::current()->Quit();
|
| }
|
|
|
| SBThreatType threat_type_;
|
| @@ -818,7 +818,7 @@ class SafeBrowsingServiceShutdownTest : public SafeBrowsingServiceTest {
|
| Profile::CreateStatus status) {
|
| if (status == Profile::CREATE_STATUS_INITIALIZED) {
|
| profile2_ = profile;
|
| - MessageLoop::current()->Quit();
|
| + base::MessageLoop::current()->Quit();
|
| }
|
| }
|
|
|
|
|