| Index: chromeos/login/auth/online_attempt.cc
|
| diff --git a/chromeos/login/auth/online_attempt.cc b/chromeos/login/auth/online_attempt.cc
|
| index 6d950a410f63c8d8b389c98decb13dc7a42ff987..c45d589257e0afc260f6c1f8b67a7045fcd27207 100644
|
| --- a/chromeos/login/auth/online_attempt.cc
|
| +++ b/chromeos/login/auth/online_attempt.cc
|
| @@ -4,20 +4,16 @@
|
|
|
| #include "chromeos/login/auth/online_attempt.h"
|
|
|
| -#include <string>
|
|
|
| #include "base/bind.h"
|
| #include "base/location.h"
|
| #include "base/logging.h"
|
| -#include "base/memory/ref_counted.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/message_loop/message_loop_proxy.h"
|
| #include "chromeos/login/auth/auth_attempt_state.h"
|
| #include "chromeos/login/auth/auth_attempt_state_resolver.h"
|
| #include "chromeos/login/auth/key.h"
|
| #include "chromeos/login/auth/user_context.h"
|
| #include "components/user_manager/user_type.h"
|
| -#include "google_apis/gaia/gaia_auth_consumer.h"
|
| #include "google_apis/gaia/gaia_auth_fetcher.h"
|
| #include "google_apis/gaia/gaia_constants.h"
|
| #include "net/base/load_flags.h"
|
|
|