Index: chrome/browser/ui/webui/history_ui.h |
diff --git a/chrome/browser/ui/webui/history_ui.h b/chrome/browser/ui/webui/history_ui.h |
index e7c695771f248f4a12d3c4d8e27edcf3da4f638a..8bb96e2565539c5e64b9d81ac30e9aa5e36328ab 100644 |
--- a/chrome/browser/ui/webui/history_ui.h |
+++ b/chrome/browser/ui/webui/history_ui.h |
@@ -7,6 +7,7 @@ |
#include <string> |
+#include "base/memory/scoped_ptr.h" |
#include "base/memory/weak_ptr.h" |
#include "base/scoped_observer.h" |
#include "base/strings/string16.h" |
@@ -219,6 +220,7 @@ class BrowsingHistoryHandler : public content::WebUIMessageHandler, |
class HistoryUI : public content::WebUIController { |
public: |
explicit HistoryUI(content::WebUI* web_ui); |
+ ~HistoryUI() override; |
static base::RefCountedMemory* GetFaviconResourceBytes( |
ui::ScaleFactor scale_factor); |