| Index: chrome/browser/chromeos/login/existing_user_controller.cc
|
| diff --git a/chrome/browser/chromeos/login/existing_user_controller.cc b/chrome/browser/chromeos/login/existing_user_controller.cc
|
| index 41816e417664b350de2f2cef879383bccdaeff7c..590b4182be383b901a7861d70a2ad4d9ad84020b 100644
|
| --- a/chrome/browser/chromeos/login/existing_user_controller.cc
|
| +++ b/chrome/browser/chromeos/login/existing_user_controller.cc
|
| @@ -61,6 +61,7 @@
|
| #include "components/policy/core/common/policy_map.h"
|
| #include "components/policy/core/common/policy_service.h"
|
| #include "components/policy/core/common/policy_types.h"
|
| +#include "components/policy/policy_constants.h"
|
| #include "components/prefs/pref_service.h"
|
| #include "components/signin/core/account_id/account_id.h"
|
| #include "components/signin/core/browser/signin_client.h"
|
| @@ -79,7 +80,6 @@
|
| #include "net/http/http_transaction_factory.h"
|
| #include "net/url_request/url_request_context.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
| -#include "policy/policy_constants.h"
|
| #include "ui/accessibility/ax_enums.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/views/widget/widget.h"
|
|
|