| Index: chrome/browser/chromeos/system/device_disabling_manager_unittest.cc
|
| diff --git a/chrome/browser/chromeos/system/device_disabling_manager_unittest.cc b/chrome/browser/chromeos/system/device_disabling_manager_unittest.cc
|
| index 3d91ad26c021b579f6c47ccf94994d382a878026..5d211639670b9053be3e1b2bc3907bc197347b14 100644
|
| --- a/chrome/browser/chromeos/system/device_disabling_manager_unittest.cc
|
| +++ b/chrome/browser/chromeos/system/device_disabling_manager_unittest.cc
|
| @@ -23,11 +23,11 @@
|
| #include "chromeos/chromeos_switches.h"
|
| #include "components/ownership/mock_owner_key_util.h"
|
| #include "components/policy/core/common/cloud/cloud_policy_constants.h"
|
| +#include "components/policy/proto/device_management_backend.pb.h"
|
| #include "components/prefs/scoped_user_pref_update.h"
|
| #include "components/prefs/testing_pref_service.h"
|
| #include "components/user_manager/fake_user_manager.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| -#include "policy/proto/device_management_backend.pb.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|