Index: chrome/browser/sync/profile_sync_service.h |
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h |
index 73da61e2f3e565b4d45607a49cb9ace8b015f6b8..5be44f619ecbe26d8ccfac31cb967c783a9ae16f 100644 |
--- a/chrome/browser/sync/profile_sync_service.h |
+++ b/chrome/browser/sync/profile_sync_service.h |
@@ -47,8 +47,8 @@ |
#include "sync/js/sync_js_controller.h" |
#include "url/gurl.h" |
-class ProfileOAuth2TokenService; |
class Profile; |
+class ProfileOAuth2TokenService; |
class ProfileSyncComponentsFactory; |
class SigninManagerBase; |
class SyncGlobalError; |
@@ -822,6 +822,9 @@ class ProfileSyncService : public ProfileSyncServiceBase, |
// the credentials. |
std::string GetEffectiveUsername(); |
+ // Returns the account ID to use to get tokens. |
+ std::string GetAccountIdToUse(); |
+ |
// Factory used to create various dependent objects. |
scoped_ptr<ProfileSyncComponentsFactory> factory_; |