| Index: chrome/browser/history/history.h
|
| diff --git a/chrome/browser/history/history.h b/chrome/browser/history/history.h
|
| index b976c6a7d36ec7b2b2f55b6a9f8ab80aca682582..843148c81a7ef22cf8fe6d20ddd358a9788ff5cd 100644
|
| --- a/chrome/browser/history/history.h
|
| +++ b/chrome/browser/history/history.h
|
| @@ -577,7 +577,7 @@ class HistoryService : public CancelableRequestProvider,
|
| static bool CanAddURL(const GURL& url);
|
|
|
| protected:
|
| - ~HistoryService();
|
| + virtual ~HistoryService();
|
|
|
| // These are not currently used, hopefully we can do something in the future
|
| // to ensure that the most important things happen first.
|
|
|