| Index: components/search_engines/template_url_service_util_unittest.cc
|
| diff --git a/components/search_engines/template_url_service_util_unittest.cc b/components/search_engines/template_url_service_util_unittest.cc
|
| index 00b2439480e9b6246f5ec844ab3fc2f90bb24442..e961f9a83fe5eeb2a5cd6f9cf8e153794437787d 100644
|
| --- a/components/search_engines/template_url_service_util_unittest.cc
|
| +++ b/components/search_engines/template_url_service_util_unittest.cc
|
| @@ -23,7 +23,7 @@ scoped_ptr<TemplateURLData> CreatePrepopulateTemplateURLData(
|
| data->prepopulate_id = prepopulate_id;
|
| data->SetKeyword(base::ASCIIToUTF16(keyword));
|
| data->id = id;
|
| - return data.Pass();
|
| + return data;
|
| }
|
|
|
| // Creates a TemplateURL with default values except for the prepopulate ID,
|
|
|