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

Unified Diff: components/wifi_sync/wifi_credential.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/wifi/network_properties.cc ('k') | components/wifi_sync/wifi_credential.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/wifi_sync/wifi_credential.h
diff --git a/components/wifi_sync/wifi_credential.h b/components/wifi_sync/wifi_credential.h
index da364262c552205fdefb8a8d548984180c659d98..bb639975c9fa7e3cc694a6371144e5ba32887695 100644
--- a/components/wifi_sync/wifi_credential.h
+++ b/components/wifi_sync/wifi_credential.h
@@ -33,6 +33,7 @@ class WifiCredential final { // final because the class is copyable
WifiCredential,
bool(*)(const WifiCredential&a, const WifiCredential& b)>;
+ WifiCredential(const WifiCredential& other);
~WifiCredential();
// Creates a WifiCredential with the given |ssid|, |security_class|,
« no previous file with comments | « components/wifi/network_properties.cc ('k') | components/wifi_sync/wifi_credential.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698