| Index: components/policy/core/common/cloud/user_info_fetcher_unittest.cc
|
| diff --git a/components/policy/core/common/cloud/user_info_fetcher_unittest.cc b/components/policy/core/common/cloud/user_info_fetcher_unittest.cc
|
| index c43e6dbc4abed91612ee26e780cd9caeca7c025e..2edfdf66cfcb71fe8f2bd9318d76a126acc206f5 100644
|
| --- a/components/policy/core/common/cloud/user_info_fetcher_unittest.cc
|
| +++ b/components/policy/core/common/cloud/user_info_fetcher_unittest.cc
|
| @@ -63,7 +63,7 @@ TEST_F(UserInfoFetcherTest, SuccessfulFetch) {
|
|
|
| // Generate what we expect our result will look like (should match
|
| // parsed kUserInfoResponse).
|
| - scoped_ptr<base::DictionaryValue> dict(new base::DictionaryValue());
|
| + std::unique_ptr<base::DictionaryValue> dict(new base::DictionaryValue());
|
| dict->SetString("email", "test_user@test.com");
|
| dict->SetBoolean("verified_email", true);
|
| dict->SetString("hd", "test.com");
|
|
|