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

Unified Diff: components/wifi/network_properties.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/network_properties.h ('k') | components/wifi_sync/wifi_credential.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/wifi/network_properties.cc
diff --git a/components/wifi/network_properties.cc b/components/wifi/network_properties.cc
index 91aa57583cf6bfbcef99f30cb62ef83a4079741b..58b09b9d0f874a03c8441d2d66d86f1df450ad16 100644
--- a/components/wifi/network_properties.cc
+++ b/components/wifi/network_properties.cc
@@ -19,6 +19,8 @@ NetworkProperties::NetworkProperties()
frequency(kFrequencyUnknown) {
}
+NetworkProperties::NetworkProperties(const NetworkProperties& other) = default;
+
NetworkProperties::~NetworkProperties() {
}
« no previous file with comments | « components/wifi/network_properties.h ('k') | components/wifi_sync/wifi_credential.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698