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

Unified Diff: chromeos/disks/disk_mount_manager.cc

Issue 1870833003: chromeos: 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 | « chromeos/disks/disk_mount_manager.h ('k') | chromeos/network/certificate_pattern.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/disks/disk_mount_manager.cc
diff --git a/chromeos/disks/disk_mount_manager.cc b/chromeos/disks/disk_mount_manager.cc
index d4edfea38a9d54a2803c5bf35706907c7c9e5b0d..6342b61711a6a369aaf1c2e9afa90fc95fa1d7fd 100644
--- a/chromeos/disks/disk_mount_manager.cc
+++ b/chromeos/disks/disk_mount_manager.cc
@@ -683,6 +683,8 @@ DiskMountManager::Disk::Disk(const std::string& device_path,
on_removable_device_(on_removable_device),
is_hidden_(is_hidden) {}
+DiskMountManager::Disk::Disk(const Disk& other) = default;
+
DiskMountManager::Disk::~Disk() {}
bool DiskMountManager::AddDiskForTest(Disk* disk) {
« no previous file with comments | « chromeos/disks/disk_mount_manager.h ('k') | chromeos/network/certificate_pattern.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698