| 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..b835e5bf7801d580812edbd05bfe648bc75ec286 100644
|
| --- a/chromeos/login/auth/online_attempt_host.h
|
| +++ b/chromeos/login/auth/online_attempt_host.h
|
| @@ -14,6 +14,11 @@
|
| #include "chromeos/login/auth/auth_attempt_state_resolver.h"
|
| #include "chromeos/login/auth/user_context.h"
|
|
|
| +namespace base {
|
| +// TODO(skyostil): Migrate to SingleThreadTaskRunner (crbug.com/465354).
|
| +class MessageLoopProxy;
|
| +}
|
| +
|
| namespace net {
|
| class URLRequestContextGetter;
|
| }
|
|
|