| Index: content/browser/download/base_file.cc
|
| diff --git a/content/browser/download/base_file.cc b/content/browser/download/base_file.cc
|
| index 7207e1dea58fdacdb0e3721727df0691161b052b..9e055cef75a9effdde88038d71b38123a10adbfd 100644
|
| --- a/content/browser/download/base_file.cc
|
| +++ b/content/browser/download/base_file.cc
|
| @@ -213,7 +213,8 @@ void BaseFile::Finish() {
|
|
|
| // OS_WIN, OS_MACOSX and OS_LINUX have specialized implementations.
|
| #if !defined(OS_WIN) && !defined(OS_MACOSX) && !defined(OS_LINUX)
|
| -void BaseFile::AnnotateWithSourceInformation() {
|
| +DownloadInterruptReason BaseFile::AnnotateWithSourceInformation() {
|
| + return DOWNLOAD_INTERRUPT_REASON_NONE;
|
| }
|
| #endif
|
|
|
|
|