Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1532)

Unified Diff: chrome/browser/history/browsing_history_service_handler.h

Issue 2542203002: [Android History] Add Android history manager UI and bridge (Closed)
Patch Set: Add OWNERS files Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698