| Index: chromeos/disks/disk_mount_manager_unittest.cc
|
| diff --git a/chromeos/disks/disk_mount_manager_unittest.cc b/chromeos/disks/disk_mount_manager_unittest.cc
|
| index becb950800e349adbcdf694afb4789777555802e..4a5aae8a370c9af864ee2adedb14b4bad0bb02b5 100644
|
| --- a/chromeos/disks/disk_mount_manager_unittest.cc
|
| +++ b/chromeos/disks/disk_mount_manager_unittest.cc
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include "base/bind.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "chromeos/dbus/dbus_thread_manager.h"
|
| @@ -35,7 +38,7 @@ struct TestDiskInfo {
|
| const char* fs_uuid;
|
| const char* system_path_prefix;
|
| chromeos::DeviceType device_type;
|
| - uint64 size_in_bytes;
|
| + uint64_t size_in_bytes;
|
| bool is_parent;
|
| bool is_read_only;
|
| bool has_media;
|
|
|