| Index: components/policy/core/common/external_data_fetcher.cc
|
| diff --git a/components/policy/core/common/external_data_fetcher.cc b/components/policy/core/common/external_data_fetcher.cc
|
| index 924dce6e68763509ed80874b27784dbc62ec31c2..1bce30a9696da0862e7222e5a6a7e99702b4bc24 100644
|
| --- a/components/policy/core/common/external_data_fetcher.cc
|
| +++ b/components/policy/core/common/external_data_fetcher.cc
|
| @@ -39,7 +39,7 @@ void ExternalDataFetcher::Fetch(const FetchCallback& callback) const {
|
| if (manager_)
|
| manager_->Fetch(policy_, callback);
|
| else
|
| - callback.Run(scoped_ptr<std::string>());
|
| + callback.Run(std::unique_ptr<std::string>());
|
| }
|
|
|
| } // namespace policy
|
|
|