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

Unified Diff: chromeos/login/auth/online_attempt_host.h

Issue 369703003: Reduce usage of MessageLoopProxy in base/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 2 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 da392450424da68a578fe883776063b4e9c5ec5d..48f3426911b92af9032141c88ee037e88eb85a63 100644
--- a/chromeos/login/auth/online_attempt_host.h
+++ b/chromeos/login/auth/online_attempt_host.h
@@ -14,15 +14,18 @@
#include "chromeos/login/auth/auth_attempt_state_resolver.h"
#include "chromeos/login/auth/user_context.h"
+namespace base {
+class MessageLoopProxy;
+} // namespace base
+
namespace net {
class URLRequestContextGetter;
-}
+} // namespace net
namespace chromeos {
class AuthAttemptState;
class OnlineAttempt;
-class UserContext;
// Helper class which hosts OnlineAttempt for online credentials checking.
class CHROMEOS_EXPORT OnlineAttemptHost : public AuthAttemptStateResolver {
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698