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

Unified Diff: components/signin/core/browser/account_info.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/signin/core/browser/account_info.h
diff --git a/components/signin/core/browser/account_info.h b/components/signin/core/browser/account_info.h
index 79fb6fdcda4c150376a44e6b4f0133c819de5edc..2ac96d8974066393d215b72f470a40d4f84bde31 100644
--- a/components/signin/core/browser/account_info.h
+++ b/components/signin/core/browser/account_info.h
@@ -10,6 +10,7 @@
// Information about a specific account.
struct AccountInfo {
AccountInfo();
+ AccountInfo(const AccountInfo& other);
~AccountInfo();
std::string account_id; // The account ID used by OAuth2TokenService.

Powered by Google App Engine
This is Rietveld 408576698