Chromium Code Reviews| Index: components/signin/core/browser/fake_account_fetcher_service.h |
| diff --git a/components/signin/core/browser/fake_account_fetcher_service.h b/components/signin/core/browser/fake_account_fetcher_service.h |
| index 3e1d6de5cb5a9ece1b5ad72370d0a46a8adbf645..761940ad228bed34bd4777c8dc6b1966bc15f2c9 100644 |
| --- a/components/signin/core/browser/fake_account_fetcher_service.h |
| +++ b/components/signin/core/browser/fake_account_fetcher_service.h |
| @@ -12,10 +12,6 @@ |
| class KeyedService; |
| -namespace content { |
| -class BrowserContext; |
| -} |
| - |
| // AccountTrackerService is a KeyedService that retrieves and caches GAIA |
| // information about Google Accounts. This fake class can be used in tests |
| // to prevent AccountTrackerService from sending network requests. |