| Index: components/storage_monitor/test_volume_mount_watcher_win.h
|
| diff --git a/components/storage_monitor/test_volume_mount_watcher_win.h b/components/storage_monitor/test_volume_mount_watcher_win.h
|
| index ca0a9b4a3d870303c7a400014da7b2edf5deb9cc..d6aa34679e48440b227c37cedfb45012ff9fd4be 100644
|
| --- a/components/storage_monitor/test_volume_mount_watcher_win.h
|
| +++ b/components/storage_monitor/test_volume_mount_watcher_win.h
|
| @@ -8,9 +8,12 @@
|
| #ifndef COMPONENTS_STORAGE_MONITOR_TEST_VOLUME_MOUNT_WATCHER_WIN_H_
|
| #define COMPONENTS_STORAGE_MONITOR_TEST_VOLUME_MOUNT_WATCHER_WIN_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "base/macros.h"
|
| #include "base/strings/string16.h"
|
| #include "base/synchronization/waitable_event.h"
|
| #include "components/storage_monitor/volume_mount_watcher_win.h"
|
| @@ -32,7 +35,7 @@ class TestVolumeMountWatcherWin : public VolumeMountWatcherWin {
|
| void AddDeviceForTesting(const base::FilePath& device_path,
|
| const std::string& device_id,
|
| const base::string16& device_name,
|
| - uint64 total_size_in_bytes);
|
| + uint64_t total_size_in_bytes);
|
|
|
| void SetAttachedDevicesFake();
|
|
|
|
|