| Index: gpu/config/gpu_control_list_entry_unittest.cc
|
| diff --git a/gpu/config/gpu_control_list_entry_unittest.cc b/gpu/config/gpu_control_list_entry_unittest.cc
|
| index 91504c188db53726535b2e2bdcb6adefcda1d7a5..6f3dfb4e5ce83c33071e28d0e0b26e6c41ce4420 100644
|
| --- a/gpu/config/gpu_control_list_entry_unittest.cc
|
| +++ b/gpu/config/gpu_control_list_entry_unittest.cc
|
| @@ -32,7 +32,7 @@ class GpuControlListEntryTest : public testing::Test {
|
|
|
| static ScopedEntry GetEntryFromString(
|
| const std::string& json, bool supports_feature_type_all) {
|
| - scoped_ptr<base::Value> root = base::JSONReader::Read(json);
|
| + std::unique_ptr<base::Value> root = base::JSONReader::Read(json);
|
| base::DictionaryValue* value = NULL;
|
| if (!root || !root->GetAsDictionary(&value))
|
| return NULL;
|
|
|