Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1393)

Unified Diff: components/search_engines/keyword_web_data_service.h

Issue 1144153004: components: Remove use of MessageLoopProxy and deprecated MessageLoop APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/search_engines/keyword_web_data_service.h
diff --git a/components/search_engines/keyword_web_data_service.h b/components/search_engines/keyword_web_data_service.h
index 44d3fe8366757652fd5b9e579c33c0c02399f4e4..280a4462577fc8e1fba9843ebf846222275b50ba 100644
--- a/components/search_engines/keyword_web_data_service.h
+++ b/components/search_engines/keyword_web_data_service.h
@@ -12,7 +12,7 @@
#include "components/webdata/common/web_database.h"
namespace base {
-class MessageLoopProxy;
+class SingleThreadTaskRunner;
}
class WDTypedResult;
@@ -57,7 +57,7 @@ class KeywordWebDataService : public WebDataServiceBase {
};
KeywordWebDataService(scoped_refptr<WebDatabaseService> wdbs,
- scoped_refptr<base::MessageLoopProxy> ui_thread,
+ scoped_refptr<base::SingleThreadTaskRunner> ui_thread,
const ProfileErrorCallback& callback);
// As the database processes requests at a later date, all deletion is

Powered by Google App Engine
This is Rietveld 408576698