| Index: chrome/browser/history/expire_history_backend.h
|
| diff --git a/chrome/browser/history/expire_history_backend.h b/chrome/browser/history/expire_history_backend.h
|
| index 4c64acb55cf350f8ce6772dff0d06df3225d3025..dc37044a26c5cd362cf06ff82349c7dcb06e9dca 100644
|
| --- a/chrome/browser/history/expire_history_backend.h
|
| +++ b/chrome/browser/history/expire_history_backend.h
|
| @@ -1,9 +1,9 @@
|
| -// 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.
|
|
|
| -#ifndef CHROME_BROWSER_HISTORY_EXPIRE_HISTORY_BACKEND_H_
|
| -#define CHROME_BROWSER_HISTORY_EXPIRE_HISTORY_BACKEND_H_
|
| +#ifndef CHROME_BROWSER_HISTORY_EXPIRE_HISTORY_BACKEND_H__
|
| +#define CHROME_BROWSER_HISTORY_EXPIRE_HISTORY_BACKEND_H__
|
|
|
| #include <queue>
|
| #include <set>
|
| @@ -36,9 +36,6 @@ class BroadcastNotificationDelegate {
|
| // thread. The details argument will have ownership taken by this function.
|
| virtual void BroadcastNotifications(NotificationType type,
|
| HistoryDetails* details_deleted) = 0;
|
| -
|
| - protected:
|
| - ~BroadcastNotificationDelegate() {}
|
| };
|
|
|
| // Encapsulates visit expiration criteria and type of visits to expire.
|
| @@ -280,4 +277,4 @@ class ExpireHistoryBackend {
|
|
|
| } // namespace history
|
|
|
| -#endif // CHROME_BROWSER_HISTORY_EXPIRE_HISTORY_BACKEND_H_
|
| +#endif // CHROME_BROWSER_HISTORY_EXPIRE_HISTORY_BACKEND_H__
|
|
|