| Index: chrome/browser/download/download_request_manager.h
 | 
| diff --git a/chrome/browser/download/download_request_manager.h b/chrome/browser/download/download_request_manager.h
 | 
| index 62c3caab43b6a3c285b99c61de336157c55c7e35..f9351c8895bc98d6dae811fd44ca53ee6e60f98b 100644
 | 
| --- a/chrome/browser/download/download_request_manager.h
 | 
| +++ b/chrome/browser/download/download_request_manager.h
 | 
| @@ -1,4 +1,4 @@
 | 
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
 | 
| +// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| @@ -57,8 +57,6 @@ class DownloadRequestManager :
 | 
|     public:
 | 
|      virtual void ContinueDownload() = 0;
 | 
|      virtual void CancelDownload() = 0;
 | 
| -   protected:
 | 
| -    ~Callback() {}
 | 
|    };
 | 
|  
 | 
|    // TabDownloadState maintains the download state for a particular tab.
 | 
| @@ -171,8 +169,6 @@ class DownloadRequestManager :
 | 
|    class TestingDelegate {
 | 
|     public:
 | 
|      virtual bool ShouldAllowDownload() = 0;
 | 
| -   protected:
 | 
| -    ~TestingDelegate() {}
 | 
|    };
 | 
|    static void SetTestingDelegate(TestingDelegate* delegate);
 | 
|  
 | 
| 
 |