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. |