| Index: content/public/browser/download_interrupt_reasons.h
|
| diff --git a/content/public/browser/download_interrupt_reasons.h b/content/public/browser/download_interrupt_reasons.h
|
| index ebeef3a9b3df143901c3b7a3c92df7a6913b34b3..78a81a035e4d5dfeee0042a71f25968125d833e3 100644
|
| --- a/content/public/browser/download_interrupt_reasons.h
|
| +++ b/content/public/browser/download_interrupt_reasons.h
|
| @@ -21,7 +21,7 @@ enum DownloadInterruptReason {
|
| #undef INTERRUPT_REASON
|
| };
|
|
|
| -std::string CONTENT_EXPORT InterruptReasonDebugString(
|
| +std::string CONTENT_EXPORT DownloadInterruptReasonToString(
|
| DownloadInterruptReason error);
|
|
|
| } // namespace content
|
|
|