| Index: google_apis/gaia/oauth2_token_service.h
|
| diff --git a/google_apis/gaia/oauth2_token_service.h b/google_apis/gaia/oauth2_token_service.h
|
| index 85c3fc85852c340670268f8e62eb38874ca1f4a4..dad12ea333e81fae0e4a99cde39f2f086090b254 100644
|
| --- a/google_apis/gaia/oauth2_token_service.h
|
| +++ b/google_apis/gaia/oauth2_token_service.h
|
| @@ -5,12 +5,14 @@
|
| #ifndef GOOGLE_APIS_GAIA_OAUTH2_TOKEN_SERVICE_H_
|
| #define GOOGLE_APIS_GAIA_OAUTH2_TOKEN_SERVICE_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <map>
|
| #include <set>
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/gtest_prod_util.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/observer_list.h"
|
|
|