| Index: components/policy/core/common/cloud/component_cloud_policy_updater_unittest.cc
|
| diff --git a/components/policy/core/common/cloud/component_cloud_policy_updater_unittest.cc b/components/policy/core/common/cloud/component_cloud_policy_updater_unittest.cc
|
| index fec0372afedc16c1b363884f582963cd505a3c5b..74f94dcbdbb4c58073aa994c9564b9828689ef6a 100644
|
| --- a/components/policy/core/common/cloud/component_cloud_policy_updater_unittest.cc
|
| +++ b/components/policy/core/common/cloud/component_cloud_policy_updater_unittest.cc
|
| @@ -20,12 +20,12 @@
|
| #include "components/policy/core/common/policy_bundle.h"
|
| #include "components/policy/core/common/policy_map.h"
|
| #include "components/policy/core/common/policy_types.h"
|
| +#include "components/policy/proto/chrome_extension_policy.pb.h"
|
| +#include "components/policy/proto/device_management_backend.pb.h"
|
| #include "crypto/sha2.h"
|
| #include "net/url_request/test_url_fetcher_factory.h"
|
| #include "net/url_request/url_fetcher_delegate.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
| -#include "policy/proto/chrome_extension_policy.pb.h"
|
| -#include "policy/proto/device_management_backend.pb.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "url/gurl.h"
|
|
|