Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / components / storage_monitor / volume_mount_watcher_win.cc
index e38070e..d114392 100644 (file)
@@ -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(),