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

Unified Diff: components/favicon_base/favicon_types.h

Issue 2685173002: Extend LargeIconService to fetch missing favicons from a Google server (Closed)
Patch Set: Major rewrite Created 3 years, 10 months 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/favicon_base/favicon_types.h
diff --git a/components/favicon_base/favicon_types.h b/components/favicon_base/favicon_types.h
index 6a399cefe0ebb4e03e6000ea79e6480a60862805..1fe371d844dd4047e385f8c56c8b94ae1db82af1 100644
--- a/components/favicon_base/favicon_types.h
+++ b/components/favicon_base/favicon_types.h
@@ -85,8 +85,8 @@ typedef FaviconRawBitmapResult FaviconRawBitmapData;
struct LargeIconResult {
explicit LargeIconResult(const FaviconRawBitmapResult& bitmap_in);
- // Takes ownership of |fallback_icon_style_in|.
- explicit LargeIconResult(FallbackIconStyle* fallback_icon_style_in);
+ explicit LargeIconResult(
+ std::unique_ptr<FallbackIconStyle> fallback_icon_style_in);
~LargeIconResult();

Powered by Google App Engine
This is Rietveld 408576698