| Index: chrome/browser/net/gaia/token_service.h
|
| diff --git a/chrome/browser/net/gaia/token_service.h b/chrome/browser/net/gaia/token_service.h
|
| index 42cb0eaa7b172f897b8e6d92ae3fbad099083566..f687014a66e9bb9c382543ea8d6d14689d84aeaf 100644
|
| --- a/chrome/browser/net/gaia/token_service.h
|
| +++ b/chrome/browser/net/gaia/token_service.h
|
| @@ -39,12 +39,13 @@
|
| #include <string>
|
| #include <vector>
|
| #include "base/scoped_ptr.h"
|
| +#include "chrome/browser/webdata/web_data_service.h"
|
| #include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
| #include "chrome/common/net/gaia/gaia_authenticator2.h"
|
| -#include "chrome/test/testing_profile.h"
|
| #include "base/gtest_prod_util.h"
|
|
|
| class URLRequestContextGetter;
|
| +class Profile;
|
|
|
| // The TokenService is a Profile member, so all calls are expected
|
| // from the UI thread.
|
|
|