Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / components / storage_monitor / volume_mount_watcher_win.h
index 5e5f05a..48f3741 100644 (file)
@@ -112,12 +112,12 @@ class VolumeMountWatcherWin {
   // thread.
   MountPointDeviceMetadataMap device_metadata_;
 
-  base::WeakPtrFactory<VolumeMountWatcherWin> weak_factory_;
-
   // The notifications object to use to signal newly attached volumes. Only
   // removable devices will be notified.
   StorageMonitor::Receiver* notifications_;
 
+  base::WeakPtrFactory<VolumeMountWatcherWin> weak_factory_;
+
   DISALLOW_COPY_AND_ASSIGN(VolumeMountWatcherWin);
 };