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

Unified Diff: chrome/common/web_application_info.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/common/web_application_info.h
diff --git a/chrome/common/web_application_info.h b/chrome/common/web_application_info.h
index 74a3a019d7b2bd89cb1812a274d2d8c63c8eb9f3..5fa31ef10afcb11700584b12e763e2ac8d792abe 100644
--- a/chrome/common/web_application_info.h
+++ b/chrome/common/web_application_info.h
@@ -33,6 +33,7 @@ struct WebApplicationInfo {
};
WebApplicationInfo();
+ WebApplicationInfo(const WebApplicationInfo& other);
~WebApplicationInfo();
// Title of the application.

Powered by Google App Engine
This is Rietveld 408576698