Index: components/storage_monitor/volume_mount_watcher_win.cc |
diff --git a/components/storage_monitor/volume_mount_watcher_win.cc b/components/storage_monitor/volume_mount_watcher_win.cc |
index e38070e37871e5723645b5d17b236e124effe32f..d1143927b5fb6f9b8e2696f9b56afbe934947237 100644 |
--- a/components/storage_monitor/volume_mount_watcher_win.cc |
+++ b/components/storage_monitor/volume_mount_watcher_win.cc |
@@ -330,8 +330,8 @@ const char* kWorkerPoolNamePrefix = "DeviceInfoPool"; |
VolumeMountWatcherWin::VolumeMountWatcherWin() |
: device_info_worker_pool_(new base::SequencedWorkerPool( |
kWorkerPoolNumThreads, kWorkerPoolNamePrefix)), |
- weak_factory_(this), |
- notifications_(NULL) { |
+ notifications_(NULL), |
+ weak_factory_(this) { |
task_runner_ = |
device_info_worker_pool_->GetSequencedTaskRunnerWithShutdownBehavior( |
device_info_worker_pool_->GetSequenceToken(), |