| 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 6b425fa3bce02e24b8399d0d14f3fd36a0b5750f..b9da23c97156747432b6c8159d9ce765cb073072 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc
|
| @@ -593,7 +593,7 @@ class TestSBClient
|
| }
|
|
|
| void DownloadCheckDone() {
|
| - MessageLoopForUI::current()->Quit();
|
| + base::MessageLoopForUI::current()->Quit();
|
| }
|
|
|
| SBThreatType threat_type_;
|
| @@ -814,7 +814,7 @@ class SafeBrowsingServiceShutdownTest : public SafeBrowsingServiceTest {
|
| Profile::CreateStatus status) {
|
| if (status == Profile::CREATE_STATUS_INITIALIZED) {
|
| profile2_ = profile;
|
| - MessageLoop::current()->Quit();
|
| + base::MessageLoop::current()->Quit();
|
| }
|
| }
|
|
|
|
|