Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(587)

Unified Diff: components/storage_monitor/test_volume_mount_watcher_win.h

Issue 1549993003: Switch to standard integer types in components/, part 4 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « components/storage_monitor/test_storage_monitor_win.h ('k') | components/storage_monitor/test_volume_mount_watcher_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698