| Index: components/policy/core/common/policy_bundle_unittest.cc
|
| diff --git a/components/policy/core/common/policy_bundle_unittest.cc b/components/policy/core/common/policy_bundle_unittest.cc
|
| index 53a9d75677129e58040cf4cfc200229a27ded6e4..ff3974010492b9186428e467cde1bce91c2055c3 100644
|
| --- a/components/policy/core/common/policy_bundle_unittest.cc
|
| +++ b/components/policy/core/common/policy_bundle_unittest.cc
|
| @@ -4,8 +4,9 @@
|
|
|
| #include "components/policy/core/common/policy_bundle.h"
|
|
|
| +#include <memory>
|
| +
|
| #include "base/callback.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/values.h"
|
| #include "components/policy/core/common/external_data_fetcher.h"
|
| #include "components/policy/core/common/policy_map.h"
|
|
|