| Index: tools/json_schema_compiler/test/simple_api_unittest.cc
|
| diff --git a/tools/json_schema_compiler/test/simple_api_unittest.cc b/tools/json_schema_compiler/test/simple_api_unittest.cc
|
| index f100b81618a0fe54c150dc749f40cc3e5e436a99..8d38331c0dbf9c547e821b59b5e742f2c6460f67 100644
|
| --- a/tools/json_schema_compiler/test/simple_api_unittest.cc
|
| +++ b/tools/json_schema_compiler/test/simple_api_unittest.cc
|
| @@ -16,7 +16,7 @@ static scoped_ptr<base::DictionaryValue> CreateTestTypeDictionary() {
|
| value->SetWithoutPathExpansion("integer", new base::FundamentalValue(4));
|
| value->SetWithoutPathExpansion("string", new base::StringValue("bling"));
|
| value->SetWithoutPathExpansion("boolean", new base::FundamentalValue(true));
|
| - return value.Pass();
|
| + return value;
|
| }
|
|
|
| } // namespace
|
|
|