| Index: chrome/browser/history/in_memory_history_backend.h
|
| diff --git a/chrome/browser/history/in_memory_history_backend.h b/chrome/browser/history/in_memory_history_backend.h
|
| index 8713325e23e35de21540a5aedeeac9fb7244e8f5..d2c602dd6b4850bb4baa84b720d812ff2fc3cade 100644
|
| --- a/chrome/browser/history/in_memory_history_backend.h
|
| +++ b/chrome/browser/history/in_memory_history_backend.h
|
| @@ -39,7 +39,7 @@ struct URLsModifiedDetails;
|
| class InMemoryHistoryBackend : public NotificationObserver {
|
| public:
|
| InMemoryHistoryBackend();
|
| - ~InMemoryHistoryBackend();
|
| + virtual ~InMemoryHistoryBackend();
|
|
|
| // Initializes the backend from the history database pointed to by the
|
| // full path in |history_filename|. |history_dir| is the path to the
|
|
|