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

Unified Diff: components/search_provider_logos/google_logo_api.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_provider_logos/google_logo_api.cc
diff --git a/components/search_provider_logos/google_logo_api.cc b/components/search_provider_logos/google_logo_api.cc
index 3f001f5a911b50daf416ca9aaffd208be60176ca..d3bbe3332f845afdb258681593f2b6a2b10e6ffb 100644
--- a/components/search_provider_logos/google_logo_api.cc
+++ b/components/search_provider_logos/google_logo_api.cc
@@ -130,7 +130,7 @@ scoped_ptr<EncodedLogo> GoogleParseLogoResponse(
// If this point is reached, parsing has succeeded.
*parsing_failed = false;
- return logo.Pass();
+ return logo;
}
} // namespace search_provider_logos
« no previous file with comments | « components/search_engines/template_url_service_util_unittest.cc ('k') | components/search_provider_logos/logo_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698