| Index: content/browser/download/download_file_impl.h
|
| diff --git a/content/browser/download/download_file_impl.h b/content/browser/download/download_file_impl.h
|
| index 5376b338da819d60e7b51810109dfab759a2ca1c..23d6ce58d2ee87e8d153bbd926fed44dc5c42bb4 100644
|
| --- a/content/browser/download/download_file_impl.h
|
| +++ b/content/browser/download/download_file_impl.h
|
| @@ -231,7 +231,7 @@ class CONTENT_EXPORT DownloadFileImpl : public DownloadFile {
|
| SourceStream* FindPrecedingNeighbor(SourceStream* source_stream);
|
|
|
| // See |cancel_request_callback_|.
|
| - void CancelRequestOnUIThread(int64_t offset);
|
| + void CancelRequest(int64_t offset);
|
|
|
| // Print the internal states for debugging.
|
| void DebugStates() const;
|
|
|