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

Unified Diff: components/wifi/network_properties.h

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/safe_browsing_db/v4_protocol_manager_util.cc ('k') | components/wifi/network_properties.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/wifi/network_properties.h
diff --git a/components/wifi/network_properties.h b/components/wifi/network_properties.h
index ae9a08d427db120fce40500ecf16980113d8be37..734137b33e4913e5cec6f5792204a5764528cce0 100644
--- a/components/wifi/network_properties.h
+++ b/components/wifi/network_properties.h
@@ -32,6 +32,7 @@ typedef std::set<Frequency> FrequencySet;
// |GetVisibleNetworks|.
struct WIFI_EXPORT NetworkProperties {
NetworkProperties();
+ NetworkProperties(const NetworkProperties& other);
~NetworkProperties();
std::string connection_state;
« no previous file with comments | « components/safe_browsing_db/v4_protocol_manager_util.cc ('k') | components/wifi/network_properties.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698