Index: content/browser/web_contents/navigation_controller_impl_unittest.cc |
diff --git a/content/browser/web_contents/navigation_controller_impl_unittest.cc b/content/browser/web_contents/navigation_controller_impl_unittest.cc |
index 1442be1c6b0291ef2e3cd278d23b1dea2f0aebfb..4a51897e64836087b7927c7a658b0493f2e028b4 100644 |
--- a/content/browser/web_contents/navigation_controller_impl_unittest.cc |
+++ b/content/browser/web_contents/navigation_controller_impl_unittest.cc |
@@ -3422,8 +3422,8 @@ class NavigationControllerHistoryTest : public NavigationControllerTest { |
HistoryService* history = HistoryServiceFactory::GetForProfiles( |
profile(), Profile::IMPLICIT_ACCESS); |
if (history) { |
- history->SetOnBackendDestroyTask(MessageLoop::QuitClosure()); |
- MessageLoop::current()->Run(); |
+ history->SetOnBackendDestroyTask(base::MessageLoop::QuitClosure()); |
+ base::MessageLoop::current()->Run(); |
} |
// Do normal cleanup before deleting the profile directory below. |