| Index: chrome/browser/history/browsing_history_service_handler.h
|
| diff --git a/chrome/browser/history/browsing_history_service_handler.h b/chrome/browser/history/browsing_history_service_handler.h
|
| index a00cb83e3dd4288aa2309275c65e6ada9983dc30..5f82b165d6ebb740db21281792a04ac1034097fd 100644
|
| --- a/chrome/browser/history/browsing_history_service_handler.h
|
| +++ b/chrome/browser/history/browsing_history_service_handler.h
|
| @@ -32,6 +32,7 @@ class BrowsingHistoryServiceHandler {
|
|
|
| protected:
|
| BrowsingHistoryServiceHandler() {}
|
| + virtual ~BrowsingHistoryServiceHandler() {}
|
|
|
| DISALLOW_COPY_AND_ASSIGN(BrowsingHistoryServiceHandler);
|
| };
|
|
|