| Index: components/signin/core/browser/fake_profile_oauth2_token_service.cc
|
| diff --git a/components/signin/core/browser/fake_profile_oauth2_token_service.cc b/components/signin/core/browser/fake_profile_oauth2_token_service.cc
|
| index 6ad2458dd042c463d212e1e7327b412dbda74c79..876e8063f5c1246978a61fdbafec4a413a5b53d2 100644
|
| --- a/components/signin/core/browser/fake_profile_oauth2_token_service.cc
|
| +++ b/components/signin/core/browser/fake_profile_oauth2_token_service.cc
|
| @@ -7,7 +7,7 @@
|
| #include "base/bind.h"
|
| #include "base/location.h"
|
| #include "base/single_thread_task_runner.h"
|
| -#include "base/thread_task_runner_handle.h"
|
| +#include "base/threading/thread_task_runner_handle.h"
|
| #include "google_apis/gaia/fake_oauth2_token_service_delegate.h"
|
|
|
| FakeProfileOAuth2TokenService::PendingRequest::PendingRequest() {}
|
|
|