| Index: content/browser/download/download_item_impl.h
|
| diff --git a/content/browser/download/download_item_impl.h b/content/browser/download/download_item_impl.h
|
| index d1d0c36fa166dd8ef2313598061ef35ce81e222d..08e2dee6b021324dbf0d98207905735aff076a67 100644
|
| --- a/content/browser/download/download_item_impl.h
|
| +++ b/content/browser/download/download_item_impl.h
|
| @@ -106,7 +106,7 @@ class CONTENT_EXPORT DownloadItemImpl
|
| virtual bool IsPaused() const OVERRIDE;
|
| virtual bool IsTemporary() const OVERRIDE;
|
| virtual bool CanResume() const OVERRIDE;
|
| - virtual bool IsPartialDownload() const OVERRIDE;
|
| + virtual bool IsDone() const OVERRIDE;
|
| virtual bool IsInProgress() const OVERRIDE;
|
| virtual bool IsCancelled() const OVERRIDE;
|
| virtual bool IsInterrupted() const OVERRIDE;
|
|
|