Merge from Chromium at DEPS revision r205460

This commit was generated by merge_to_master.py.

Change-Id: I4a744a5e426bd3bb378d887cfa56fe054742a540
diff --git a/chrome_frame/delete_chrome_history.cc b/chrome_frame/delete_chrome_history.cc
index 2749806..0d1fa38 100644
--- a/chrome_frame/delete_chrome_history.cc
+++ b/chrome_frame/delete_chrome_history.cc
@@ -91,8 +91,8 @@
     remove_mask_ |= BrowsingDataRemover::REMOVE_HISTORY;
 
   loop_.PostDelayedTask(FROM_HERE,
-      MessageLoop::QuitClosure(), base::TimeDelta::FromMinutes(10));
-  loop_.MessageLoop::Run();
+      base::MessageLoop::QuitClosure(), base::TimeDelta::FromMinutes(10));
+  loop_.base::MessageLoop::Run();
 
   return S_OK;
 }