| Index: chrome/browser/chromeos/login/session/user_session_manager.h
|
| diff --git a/chrome/browser/chromeos/login/session/user_session_manager.h b/chrome/browser/chromeos/login/session/user_session_manager.h
|
| index 755132cd1eb6b7b2f2852c93dc30c558c600ff1a..dee2273dc6aeb43664101d8e7e5f75b17a3e8abb 100644
|
| --- a/chrome/browser/chromeos/login/session/user_session_manager.h
|
| +++ b/chrome/browser/chromeos/login/session/user_session_manager.h
|
| @@ -24,7 +24,6 @@
|
| #include "net/base/network_change_notifier.h"
|
| #include "ui/base/ime/chromeos/input_method_manager.h"
|
|
|
| -class AccountId;
|
| class GURL;
|
| class PrefRegistrySimple;
|
| class PrefService;
|
| @@ -301,7 +300,7 @@
|
| // Profile is created, extensions and promo resources are initialized.
|
| void UserProfileInitialized(Profile* profile,
|
| bool is_incognito_profile,
|
| - const AccountId& account_id);
|
| + const std::string& user_id);
|
|
|
| // Callback to resume profile creation after transferring auth data from
|
| // the authentication profile.
|
| @@ -369,7 +368,7 @@
|
| const locale_util::LanguageSwitchResult& result);
|
|
|
| // Callback invoked when |token_handle_util_| has finished.
|
| - void OnTokenHandleObtained(const AccountId& account_id, bool success);
|
| + void OnTokenHandleObtained(const user_manager::UserID& id, bool success);
|
|
|
| // Returns |true| if token handles should be used on this device.
|
| bool TokenHandlesEnabled();
|
|
|