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

Unified Diff: components/user_manager/user_type.h

Issue 398753004: [cros] Move User class to user_manager component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add deps ( trybots) Created 6 years, 5 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: components/user_manager/user_type.h
diff --git a/components/user_manager/user_type.h b/components/user_manager/user_type.h
index e69c31667810492a945851b99c97ec0d30900615..37e44da5193ed1cda8323aa0b6bc241d32e12ea9 100644
--- a/components/user_manager/user_type.h
+++ b/components/user_manager/user_type.h
@@ -10,7 +10,7 @@
namespace user_manager {
// The user type. Used in a histogram; do not modify existing types.
-USER_MANAGER_EXPORT typedef enum {
+typedef enum {
// Regular user, has a user name and password.
USER_TYPE_REGULAR = 0,
// Guest user, logs in without authentication.

Powered by Google App Engine
This is Rietveld 408576698