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

Unified Diff: components/wifi_sync/wifi_credential.cc

Issue 1869063004: 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, 8 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
« no previous file with comments | « components/wifi_sync/wifi_credential.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/wifi_sync/wifi_credential.cc
diff --git a/components/wifi_sync/wifi_credential.cc b/components/wifi_sync/wifi_credential.cc
index 490cd7b0a9ffb4e278cde77125e564fec395f766..0970f264d4f1b71b7e45dff96c13ca77f6fa05b4 100644
--- a/components/wifi_sync/wifi_credential.cc
+++ b/components/wifi_sync/wifi_credential.cc
@@ -13,6 +13,8 @@
namespace wifi_sync {
+WifiCredential::WifiCredential(const WifiCredential& other) = default;
+
WifiCredential::~WifiCredential() {
}
« no previous file with comments | « components/wifi_sync/wifi_credential.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698