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

Unified Diff: chrome/browser/extensions/api/dial/dial_device_data.h

Issue 1731483003: chrome: 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: chrome/browser/extensions/api/dial/dial_device_data.h
diff --git a/chrome/browser/extensions/api/dial/dial_device_data.h b/chrome/browser/extensions/api/dial/dial_device_data.h
index a59900cb7d8a3b57e6a241b51e907f123c0f4908..bd9f561bbcf3c3037810a68d39d965c6cb483591 100644
--- a/chrome/browser/extensions/api/dial/dial_device_data.h
+++ b/chrome/browser/extensions/api/dial/dial_device_data.h
@@ -29,6 +29,7 @@ class DialDeviceData {
DialDeviceData(const std::string& device_id,
const GURL& device_description_url,
const base::Time& response_time);
+ DialDeviceData(const DialDeviceData& other);
~DialDeviceData();
bool operator==(const DialDeviceData& other_data) const {

Powered by Google App Engine
This is Rietveld 408576698