| Index: ui/login/account_picker/user_pod_row.js
|
| diff --git a/ui/login/account_picker/user_pod_row.js b/ui/login/account_picker/user_pod_row.js
|
| index 79690759f84487ee9e508fa4b56c842ed58fc02b..b2f7cae40e5650f438df77ce2e33bd9e372db740 100644
|
| --- a/ui/login/account_picker/user_pod_row.js
|
| +++ b/ui/login/account_picker/user_pod_row.js
|
| @@ -151,7 +151,7 @@ cr.define('login', function() {
|
| ];
|
|
|
| // Supported multi-profile user behavior values.
|
| - // Keep in sync with the enum in multi_profile_user_controller.h
|
| + // Keep in sync with the enum in login_user_info.mojom
|
| var MULTI_PROFILE_USER_BEHAVIOR = {
|
| UNRESTRICTED: 0,
|
| PRIMARY_ONLY: 1,
|
|
|