Chromium Code Reviews| Index: runtime/bin/file_win.cc |
| diff --git a/runtime/bin/file_win.cc b/runtime/bin/file_win.cc |
| index f565892414874401f92d9e4ceb0fc03ad44f25a5..975b8f21b045948561745b5eda207be987b12bf1 100644 |
| --- a/runtime/bin/file_win.cc |
| +++ b/runtime/bin/file_win.cc |
| @@ -69,7 +69,7 @@ off_t File::Position() { |
| } |
| -off_t File::Position(int64_t position) { |
| +off_t File::SetPosition(int64_t position) { |
| ASSERT(handle_->fd() >= 0); |
| return lseek(handle_->fd(), position, SEEK_SET); |
| } |