Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(303)

Unified Diff: chrome/browser/sync/fake_oauth2_token_service_for_sync.h

Issue 136723009: Move UbertokenFetcher from //chrome to //google_apis. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « chrome/browser/sync/fake_oauth2_token_service.cc ('k') | chrome/browser/sync/fake_oauth2_token_service_for_sync.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698