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

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: rebase 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
« no previous file with comments | « components/user_manager/user.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..249dfe5e137ff639fc52879d6ed219c86f355c9d 100644
--- a/components/user_manager/user_type.h
+++ b/components/user_manager/user_type.h
@@ -5,12 +5,10 @@
#ifndef COMPONENTS_USER_MANAGER_USER_TYPE_H_
#define COMPONENTS_USER_MANAGER_USER_TYPE_H_
-#include "components/user_manager/user_manager_export.h"
-
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.
« no previous file with comments | « components/user_manager/user.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698