| Index: chrome/browser/chromeos/login/existing_user_controller_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/login/existing_user_controller_browsertest.cc b/chrome/browser/chromeos/login/existing_user_controller_browsertest.cc
|
| index 50529b157ca04ccaf32c29a5cc938c1348e090b3..7978e5aa3f32c3498085904e1c35611fad6e8414 100644
|
| --- a/chrome/browser/chromeos/login/existing_user_controller_browsertest.cc
|
| +++ b/chrome/browser/chromeos/login/existing_user_controller_browsertest.cc
|
| @@ -47,6 +47,7 @@
|
| #include "components/policy/core/common/cloud/cloud_policy_store.h"
|
| #include "components/policy/core/common/cloud/mock_cloud_policy_store.h"
|
| #include "components/policy/core/common/cloud/policy_builder.h"
|
| +#include "components/policy/proto/device_management_backend.pb.h"
|
| #include "components/prefs/pref_service.h"
|
| #include "components/prefs/scoped_user_pref_update.h"
|
| #include "components/user_manager/user.h"
|
| @@ -55,7 +56,6 @@
|
| #include "content/public/test/mock_notification_observer.h"
|
| #include "content/public/test/test_utils.h"
|
| #include "google_apis/gaia/mock_url_fetcher_factory.h"
|
| -#include "policy/proto/device_management_backend.pb.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|