| Index: chrome/browser/sync/fake_oauth2_token_service_for_sync.h
|
| diff --git a/chrome/browser/sync/fake_oauth2_token_service.h b/chrome/browser/sync/fake_oauth2_token_service_for_sync.h
|
| similarity index 78%
|
| rename from chrome/browser/sync/fake_oauth2_token_service.h
|
| rename to chrome/browser/sync/fake_oauth2_token_service_for_sync.h
|
| index 8da67fa568feb8808bb5e85f2d7a73fc73e11614..4df6291dd14deb751ffa651465f5d851f01fb46e 100644
|
| --- a/chrome/browser/sync/fake_oauth2_token_service.h
|
| +++ b/chrome/browser/sync/fake_oauth2_token_service_for_sync.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_SYNC_FAKE_OAUTH2_TOKEN_SERVICE_H_
|
| -#define CHROME_BROWSER_SYNC_FAKE_OAUTH2_TOKEN_SERVICE_H_
|
| +#ifndef CHROME_BROWSER_SYNC_FAKE_OAUTH2_TOKEN_SERVICE_FOR_SYNC_H_
|
| +#define CHROME_BROWSER_SYNC_FAKE_OAUTH2_TOKEN_SERVICE_FOR_SYNC_H_
|
|
|
| #include "chrome/browser/signin/profile_oauth2_token_service.h"
|
|
|
| @@ -11,7 +11,7 @@ namespace content {
|
| class BrowserContext;
|
| }
|
|
|
| -class FakeOAuth2TokenService : public ProfileOAuth2TokenService {
|
| +class FakeOAuth2TokenServiceForSync : public ProfileOAuth2TokenService {
|
| public:
|
| static BrowserContextKeyedService* BuildTokenService(
|
| content::BrowserContext* context);
|
| @@ -36,4 +36,4 @@ class FakeOAuth2TokenService : public ProfileOAuth2TokenService {
|
| std::string refresh_token_;
|
| };
|
|
|
| -#endif // CHROME_BROWSER_SYNC_FAKE_OAUTH2_TOKEN_SERVICE_H_
|
| +#endif // CHROME_BROWSER_SYNC_FAKE_OAUTH2_TOKEN_SERVICE_FOR_SYNC_H_
|
|
|