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

Unified Diff: components/webdata/common/web_data_service_base.h

Issue 1100773004: base: Remove most uses of MessageLoopProxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/webdata/common/web_data_service_base.h
diff --git a/components/webdata/common/web_data_service_base.h b/components/webdata/common/web_data_service_base.h
index b80f4bcb491d4de1cbb5d0204ce442ac243f7466..127e2465b2ee702d9d16ef80f8a2d3f2b90a47f6 100644
--- a/components/webdata/common/web_data_service_base.h
+++ b/components/webdata/common/web_data_service_base.h
@@ -18,6 +18,7 @@ class WebDatabaseService;
class WebDatabaseTable;
namespace base {
+class MessageLoopProxy;
danakj 2015/04/21 20:16:31 TODO somewhere?
Sami 2015/04/23 17:48:25 Done.
class Thread;
}

Powered by Google App Engine
This is Rietveld 408576698