Index: content/browser/fileapi/copy_or_move_file_validator_unittest.cc |
diff --git a/content/browser/fileapi/copy_or_move_file_validator_unittest.cc b/content/browser/fileapi/copy_or_move_file_validator_unittest.cc |
index c07db9db006b61b72db6afa9879df4a8a3f2ce44..c099f29b7c32b60b80947f4f0e96fd001acb2de2 100644 |
--- a/content/browser/fileapi/copy_or_move_file_validator_unittest.cc |
+++ b/content/browser/fileapi/copy_or_move_file_validator_unittest.cc |
@@ -2,11 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "base/basictypes.h" |
+#include <stddef.h> |
+#include <stdint.h> |
+ |
#include "base/bind.h" |
#include "base/files/file_path.h" |
#include "base/files/scoped_temp_dir.h" |
#include "base/location.h" |
+#include "base/macros.h" |
#include "base/run_loop.h" |
#include "base/single_thread_task_runner.h" |
#include "base/thread_task_runner_handle.h" |
@@ -161,7 +164,7 @@ class CopyOrMoveFileValidatorTestHelper { |
url); |
} |
- bool FileExists(const FileSystemURL& url, int64 expected_size) { |
+ bool FileExists(const FileSystemURL& url, int64_t expected_size) { |
return AsyncFileTestHelper::FileExists( |
file_system_context_.get(), url, expected_size); |
} |