Index: components/storage_monitor/volume_mount_watcher_win.h |
diff --git a/components/storage_monitor/volume_mount_watcher_win.h b/components/storage_monitor/volume_mount_watcher_win.h |
index 5e5f05a5e94ce14ed8f6f06658bb6487d635d768..48f3741628786f568a43fb20a49bd7a95dc033db 100644 |
--- a/components/storage_monitor/volume_mount_watcher_win.h |
+++ b/components/storage_monitor/volume_mount_watcher_win.h |
@@ -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); |
}; |