Index: content/browser/download/base_file_unittest.cc |
diff --git a/content/browser/download/base_file_unittest.cc b/content/browser/download/base_file_unittest.cc |
index 2ed3b9d8b3e0e6c49cdda2aba11629d1959525cd..a25ba60e7f67522b5fa32fae78bdb9011a64237a 100644 |
--- a/content/browser/download/base_file_unittest.cc |
+++ b/content/browser/download/base_file_unittest.cc |
@@ -121,7 +121,7 @@ class BaseFileTest : public testing::Test { |
// Create a new file stream. |
mock_file_stream_.reset(new net::testing::MockFileStream(NULL)); |
- if (mock_file_stream_->Open( |
+ if (mock_file_stream_->OpenSync( |
path, |
base::PLATFORM_FILE_OPEN_ALWAYS | base::PLATFORM_FILE_WRITE) != 0) { |
mock_file_stream_.reset(); |