| Index: chrome/browser/history/delete_directive_handler.cc
|
| diff --git a/chrome/browser/history/delete_directive_handler.cc b/chrome/browser/history/delete_directive_handler.cc
|
| index 80dfec71c57633c4b130146d6f71127d4873117f..6a6242d3f92bbde3eab01c6e00a07ef5ab60ef90 100644
|
| --- a/chrome/browser/history/delete_directive_handler.cc
|
| +++ b/chrome/browser/history/delete_directive_handler.cc
|
| @@ -81,7 +81,7 @@ class DeleteDirectiveHandler::DeleteDirectiveTask : public HistoryDBTask {
|
| virtual void DoneRunOnMainThread() OVERRIDE;
|
|
|
| private:
|
| - ~DeleteDirectiveTask() {}
|
| + virtual ~DeleteDirectiveTask() {}
|
|
|
| // Process a list of global Id directives. Delete all visits to a URL in
|
| // time ranges of directives if the timestamp of one visit matches with one
|
|
|