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

Unified Diff: chrome/browser/chromeos/policy/device_local_account_external_data_service.cc

Issue 1165323004: We should use UserID object to identify users instead of username. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/chromeos/policy/device_local_account_external_data_service.cc
diff --git a/chrome/browser/chromeos/policy/device_local_account_external_data_service.cc b/chrome/browser/chromeos/policy/device_local_account_external_data_service.cc
index c08094fd72d3779c668b8aef96a2bfcb99aca1e6..ce5208064c8a794c66dc4b6b1cfd06fa99d069e9 100644
--- a/chrome/browser/chromeos/policy/device_local_account_external_data_service.cc
+++ b/chrome/browser/chromeos/policy/device_local_account_external_data_service.cc
@@ -47,7 +47,7 @@ DeviceLocalAccountExternalDataService::
}
void DeviceLocalAccountExternalDataService::OnPolicyUpdated(
- const std::string& user_id) {
+ const user_manager::UserID& user_id) {
}
void DeviceLocalAccountExternalDataService::OnDeviceLocalAccountsChanged() {

Powered by Google App Engine
This is Rietveld 408576698