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

Unified Diff: chrome/browser/chromeos/policy/device_local_account.h

Issue 444903002: [cros] user_manager component - move UserManagerBase and UserManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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.h
diff --git a/chrome/browser/chromeos/policy/device_local_account.h b/chrome/browser/chromeos/policy/device_local_account.h
index d10b2286a354478faf6eb1d65a08b575fe71622f..175ab9c731cf703fb7daa9c94005306b09b8df38 100644
--- a/chrome/browser/chromeos/policy/device_local_account.h
+++ b/chrome/browser/chromeos/policy/device_local_account.h
@@ -43,7 +43,8 @@ struct DeviceLocalAccount {
// The |account_id| is primarily used by policy code: If device policy defines
// a device-local account with a certain |account_id|, the user policy for
// that account has to be fetched by referencing the same |account_id|.
- // The |user_id| is passed to the chromeos::UserManager where it becomes part
+ // The |user_id| is passed to the user_manager::UserManager where it becomes
+ // part
// of the global user list on the device. The |account_id| would not be safe
// to use here as it is a free-form identifier that could conflict with
// another |user_id| on the device and cannot be easily identified as

Powered by Google App Engine
This is Rietveld 408576698