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

Unified Diff: components/signin/core/browser/account_info.cc

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/signin/core/browser/account_info.cc
diff --git a/components/signin/core/browser/account_info.cc b/components/signin/core/browser/account_info.cc
index 712e2a386426b4cd4d90dc3c1ee0a5fec865235a..50c89ba6823ed58aff1caa2c3a8336e780708a6f 100644
--- a/components/signin/core/browser/account_info.cc
+++ b/components/signin/core/browser/account_info.cc
@@ -31,6 +31,7 @@ AccountInfo::AccountInfo()
locale(),
picture_url(),
is_child_account(false) {}
+AccountInfo::AccountInfo(const AccountInfo& other) = default;
AccountInfo::~AccountInfo() {}
bool AccountInfo::IsValid() const {

Powered by Google App Engine
This is Rietveld 408576698