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

Unified Diff: chromeos/login/auth/online_attempt_host.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: chromeos/login/auth/online_attempt_host.h
diff --git a/chromeos/login/auth/online_attempt_host.h b/chromeos/login/auth/online_attempt_host.h
index ee9fcb9cef7d2cfbe5769c1e01e53dfbd0409f63..8bb1e15054564ab43cd5ee31ae564b854ebd4025 100644
--- a/chromeos/login/auth/online_attempt_host.h
+++ b/chromeos/login/auth/online_attempt_host.h
@@ -14,6 +14,10 @@
#include "chromeos/login/auth/auth_attempt_state_resolver.h"
#include "chromeos/login/auth/user_context.h"
+namespace base {
+class MessageLoopProxy;
danakj 2015/04/21 20:16:31 TODO somewhere?
Sami 2015/04/23 17:48:25 Done.
+}
+
namespace net {
class URLRequestContextGetter;
}

Powered by Google App Engine
This is Rietveld 408576698