diff options
Diffstat (limited to 'chrome/browser/safe_browsing/two_phase_uploader_unittest.cc')
| -rw-r--r-- | chrome/browser/safe_browsing/two_phase_uploader_unittest.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/safe_browsing/two_phase_uploader_unittest.cc b/chrome/browser/safe_browsing/two_phase_uploader_unittest.cc index 097dafb..0ca1967 100644 --- a/chrome/browser/safe_browsing/two_phase_uploader_unittest.cc +++ b/chrome/browser/safe_browsing/two_phase_uploader_unittest.cc @@ -4,6 +4,8 @@ #include "chrome/browser/safe_browsing/two_phase_uploader.h" +#include <stdint.h> + #include "base/files/file_path.h" #include "base/message_loop/message_loop.h" #include "chrome/browser/safe_browsing/local_two_phase_testserver.h" @@ -26,7 +28,7 @@ class Delegate { Delegate() : state_(TwoPhaseUploader::STATE_NONE) { } - void ProgressCallback(int64 current, int64 total) {} + void ProgressCallback(int64_t current, int64_t total) {} void FinishCallback(scoped_refptr<MessageLoopRunner> runner, TwoPhaseUploader::State state, |
