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

Unified Diff: chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.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/media_galleries/linux/mtp_device_delegate_impl_linux.h
diff --git a/chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.h b/chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.h
index 4e971f59c7045d580b0ae9943d56a0764854402f..2a46804653336f2eaf8f882ce9645131381aaf7b 100644
--- a/chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.h
+++ b/chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.h
@@ -51,6 +51,7 @@ class MTPDeviceDelegateImplLinux : public MTPDeviceAsyncDelegate {
content::BrowserThread::ID thread_id,
const tracked_objects::Location& location,
const base::Closure& task);
+ PendingTaskInfo(const PendingTaskInfo& other);
~PendingTaskInfo();
base::FilePath path;

Powered by Google App Engine
This is Rietveld 408576698