| Index: content/browser/fileapi/mock_file_update_observer.cc
|
| diff --git a/content/browser/fileapi/mock_file_update_observer.cc b/content/browser/fileapi/mock_file_update_observer.cc
|
| index 2951d3ec77e5c28ce058d6ff802fcafabd0c1e67..fb51a522f2ba2ff4c59c96dec780b3818c921a59 100644
|
| --- a/content/browser/fileapi/mock_file_update_observer.cc
|
| +++ b/content/browser/fileapi/mock_file_update_observer.cc
|
| @@ -26,7 +26,7 @@ void MockFileUpdateObserver::OnStartUpdate(const FileSystemURL& url) {
|
| ++start_update_count_[url];
|
| }
|
|
|
| -void MockFileUpdateObserver::OnUpdate(const FileSystemURL& url, int64 delta) {
|
| +void MockFileUpdateObserver::OnUpdate(const FileSystemURL& url, int64_t delta) {
|
| if (!is_ready_)
|
| return;
|
| int start = start_update_count_[url];
|
|
|