Chromium Code Reviews| Index: chromeos/login/auth/online_attempt.h |
| diff --git a/chromeos/login/auth/online_attempt.h b/chromeos/login/auth/online_attempt.h |
| index 032d2f5f3eebd2bd2064c3b16655bc97c46f5f68..1a45371a556f474a0b7ef8adadf0f6696f78fbda 100644 |
| --- a/chromeos/login/auth/online_attempt.h |
| +++ b/chromeos/login/auth/online_attempt.h |
| @@ -19,6 +19,11 @@ |
| class GaiaAuthFetcher; |
| +namespace base { |
| +// TODO(skyostil): Migrate to SingleThreadTaskRunner (crbug.com/465354). |
| +class MessageLoopProxy; |
| +} |
| + |
| namespace net { |
| class URLRequestContextGetter; |
| } |