Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(760)

Unified Diff: components/search_engines/keyword_web_data_service.cc

Issue 1548203002: Convert Pass()→std::move() in //components/[n-z]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bad headers Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(
« no previous file with comments | « components/search_engines/default_search_pref_test_util.cc ('k') | components/search_engines/template_url.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698