| Index: content/shell/shell_download_manager_delegate.h
|
| diff --git a/content/shell/shell_download_manager_delegate.h b/content/shell/shell_download_manager_delegate.h
|
| index e201025ad5492d7d3e1d06aab39bf78b74ccb6c0..3d75eac15c15f15b8b208c5dcf337dd9d95ee955 100644
|
| --- a/content/shell/shell_download_manager_delegate.h
|
| +++ b/content/shell/shell_download_manager_delegate.h
|
| @@ -31,10 +31,13 @@ class ShellDownloadManagerDelegate
|
| void SetDownloadBehaviorForTesting(
|
| const FilePath& default_download_path);
|
|
|
| + protected:
|
| + // To allow subclasses for testing.
|
| + virtual ~ShellDownloadManagerDelegate();
|
| +
|
| private:
|
| friend class base::RefCountedThreadSafe<ShellDownloadManagerDelegate>;
|
|
|
| - virtual ~ShellDownloadManagerDelegate();
|
|
|
| void GenerateFilename(int32 download_id,
|
| const DownloadTargetCallback& callback,
|
|
|