| Index: chrome/browser/search/local_ntp_source.cc
|
| diff --git a/chrome/browser/search/local_ntp_source.cc b/chrome/browser/search/local_ntp_source.cc
|
| index 48bfaa8d977d5c7665c00d8ee3d3069a31095312..bf6441bbb25388fb01d038ac84bd94f11d472e18 100644
|
| --- a/chrome/browser/search/local_ntp_source.cc
|
| +++ b/chrome/browser/search/local_ntp_source.cc
|
| @@ -141,7 +141,7 @@ scoped_ptr<base::DictionaryValue> GetTranslatedStrings(bool is_google) {
|
| if (is_google)
|
| AddGoogleSearchboxPlaceholderString(translated_strings.get());
|
|
|
| - return translated_strings.Pass();
|
| + return translated_strings;
|
| }
|
|
|
| // Returns a JS dictionary of configuration data for the local NTP.
|
|
|