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

Unified Diff: components/favicon/core/favicon_url.h

Issue 1728033002: components: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/core/favicon_url.h
diff --git a/components/favicon/core/favicon_url.h b/components/favicon/core/favicon_url.h
index 991be6486f28337ee779f8d663ddbd4f75833f8e..04f000a576241fda2102c3ab9268a2e493c285dc 100644
--- a/components/favicon/core/favicon_url.h
+++ b/components/favicon/core/favicon_url.h
@@ -19,6 +19,7 @@ struct FaviconURL {
FaviconURL(const GURL& url,
favicon_base::IconType type,
const std::vector<gfx::Size>& sizes);
+ FaviconURL(const FaviconURL& other);
~FaviconURL();
// The url of the icon.

Powered by Google App Engine
This is Rietveld 408576698