Index: content/browser/download/download_file_unittest.cc |
diff --git a/content/browser/download/download_file_unittest.cc b/content/browser/download/download_file_unittest.cc |
index a3aafffbcc34c6e3ef32b0105d31a0b42a470489..ebf501d92c66dc0da5878c07fdac503a06d1f21f 100644 |
--- a/content/browser/download/download_file_unittest.cc |
+++ b/content/browser/download/download_file_unittest.cc |
@@ -41,7 +41,7 @@ class MockByteStreamReader : public ByteStreamReader { |
// ByteStream functions |
MOCK_METHOD2(Read, ByteStreamReader::StreamState( |
scoped_refptr<net::IOBuffer>*, size_t*)); |
- MOCK_CONST_METHOD0(GetStatus, DownloadInterruptReason()); |
+ MOCK_CONST_METHOD0(GetStatus, int()); |
MOCK_METHOD1(RegisterCallback, void(const base::Closure&)); |
}; |