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

Unified Diff: chrome/browser/ui/webui/favicon_source.h

Issue 1731483003: chrome: 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: chrome/browser/ui/webui/favicon_source.h
diff --git a/chrome/browser/ui/webui/favicon_source.h b/chrome/browser/ui/webui/favicon_source.h
index 29234ce411a583d2b02ceb594c0c4ad148fba883..e876bda7271a1e425d25fb4678ff02f1db537b06 100644
--- a/chrome/browser/ui/webui/favicon_source.h
+++ b/chrome/browser/ui/webui/favicon_source.h
@@ -88,6 +88,7 @@ class FaviconSource : public content::URLDataSource {
const GURL& path,
int size,
float scale);
+ IconRequest(const IconRequest& other);
~IconRequest();
content::URLDataSource::GotDataCallback callback;

Powered by Google App Engine
This is Rietveld 408576698