| 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|,
|
|
|