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

Unified Diff: chrome/browser/ui/webui/cleanup_tool/cleanup_tool_ui.h

Issue 2784653004: Cleanup Tool WebUI: Add HTML content and styling with dummy JS (Closed)
Patch Set: Move build include to is_win section Created 3 years, 8 months 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/ui/webui/cleanup_tool/cleanup_tool_ui.h
diff --git a/chrome/browser/ui/webui/cleanup_tool/cleanup_tool_ui.h b/chrome/browser/ui/webui/cleanup_tool/cleanup_tool_ui.h
index 7112ca6b6be2bdad27184cee7af89a7ec0bc5dda..c5d2871d2093b7d0c518382399bce7aa4ae0983b 100644
--- a/chrome/browser/ui/webui/cleanup_tool/cleanup_tool_ui.h
+++ b/chrome/browser/ui/webui/cleanup_tool/cleanup_tool_ui.h
@@ -14,6 +14,7 @@
class CleanupToolUI : public content::WebUIController {
public:
explicit CleanupToolUI(content::WebUI* web_ui);
+ ~CleanupToolUI() override;
private:
DISALLOW_COPY_AND_ASSIGN(CleanupToolUI);

Powered by Google App Engine
This is Rietveld 408576698