Index: components/search_engines/keyword_web_data_service.cc |
diff --git a/components/search_engines/keyword_web_data_service.cc b/components/search_engines/keyword_web_data_service.cc |
index e6448d28b9f176a4f9ecda65e99c974df0d23b95..1d6f00f54a933f3f0549e160476d4796cc2ba5e7 100644 |
--- a/components/search_engines/keyword_web_data_service.cc |
+++ b/components/search_engines/keyword_web_data_service.cc |
@@ -132,7 +132,7 @@ scoped_ptr<WDTypedResult> KeywordWebDataService::GetKeywordsImpl( |
KeywordTable::FromWebDatabase(db)->GetBuiltinKeywordVersion(); |
result_ptr.reset(new WDResult<WDKeywordsResult>(KEYWORDS_RESULT, result)); |
} |
- return result_ptr.Pass(); |
+ return result_ptr; |
} |
WebDatabase::State KeywordWebDataService::SetDefaultSearchProviderIDImpl( |