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

Unified Diff: components/proximity_auth/remote_device.h

Issue 1728033002: 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, 10 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
Index: components/proximity_auth/remote_device.h
diff --git a/components/proximity_auth/remote_device.h b/components/proximity_auth/remote_device.h
index 4e2e2c91a6a18f49c8dbf553bf78ca598243d540..e10db03a58d827faf5e478938e8b860c999b90f3 100644
--- a/components/proximity_auth/remote_device.h
+++ b/components/proximity_auth/remote_device.h
@@ -30,6 +30,7 @@ struct RemoteDevice {
const std::string& bluetooth_address,
const std::string& persistent_symmetric_key,
std::string sign_in_challenge);
+ RemoteDevice(const RemoteDevice& other);
~RemoteDevice();
};

Powered by Google App Engine
This is Rietveld 408576698