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

Unified Diff: chrome/browser/ui/webui/interstitials/interstitial_ui.h

Issue 2090683004: Unbreak chrome://interstitials/ssl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/interstitials/interstitial_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/interstitials/interstitial_ui.h
diff --git a/chrome/browser/ui/webui/interstitials/interstitial_ui.h b/chrome/browser/ui/webui/interstitials/interstitial_ui.h
index 933a52e1f3ad6d626921cc7478ab77e53c500c48..1f66c6f9e5869dc393812f0f9f35143b6856d763 100644
--- a/chrome/browser/ui/webui/interstitials/interstitial_ui.h
+++ b/chrome/browser/ui/webui/interstitials/interstitial_ui.h
@@ -8,15 +8,8 @@
#include <string>
#include "base/macros.h"
-#include "content/public/browser/url_data_source.h"
#include "content/public/browser/web_ui_controller.h"
-class Profile;
-
-namespace content {
-class WebContents;
-}
-
// Handler for chrome://interstitials demonstration pages. This class is not
// used in displaying any real interstitials.
class InterstitialUI : public content::WebUIController {
« no previous file with comments | « no previous file | chrome/browser/ui/webui/interstitials/interstitial_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698