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

Unified Diff: chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc

Issue 1210013007: clang/win: Fix warnings to prepare for building without -Wno-reorder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clang-unsequenced
Patch Set: Created 5 years, 6 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/win/mtp_device_delegate_impl_win.cc
diff --git a/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc b/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc
index 57ceca1b807ad331ae22bdc05531c8cf2ce4e647..8dbca7f6f0e423838c5f8b467bbd7a82b1ce0480 100644
--- a/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc
+++ b/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc
@@ -367,10 +367,11 @@ MTPDeviceDelegateImplWin::MTPDeviceDelegateImplWin(
const base::string16& registered_device_path,
const base::string16& pnp_device_id,
const base::string16& storage_object_id)
- : storage_device_info_(pnp_device_id, registered_device_path,
- storage_object_id),
- init_state_(UNINITIALIZED),
+ : init_state_(UNINITIALIZED),
media_task_runner_(MediaFileSystemBackend::MediaTaskRunner()),
+ storage_device_info_(pnp_device_id,
+ registered_device_path,
+ storage_object_id),
task_in_progress_(false),
weak_ptr_factory_(this) {
DCHECK_CURRENTLY_ON(content::BrowserThread::IO);
« no previous file with comments | « chrome/browser/install_verification/win/module_info.h ('k') | chrome/browser/profiles/profile_shortcut_manager_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698