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

Unified Diff: ios/chrome/browser/interstitials/ios_security_interstitial_page.h

Issue 2303413002: Simplify security_interstitials::ControllerClient and other related classes (Closed)
Patch Set: Jialiu comments Created 4 years, 3 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: ios/chrome/browser/interstitials/ios_security_interstitial_page.h
diff --git a/ios/chrome/browser/interstitials/ios_security_interstitial_page.h b/ios/chrome/browser/interstitials/ios_security_interstitial_page.h
index 128f833188de0236295d6f2ccfd12b31f1dc7dd3..1a508e5449a79c057b89668d0bd32968f153be9a 100644
--- a/ios/chrome/browser/interstitials/ios_security_interstitial_page.h
+++ b/ios/chrome/browser/interstitials/ios_security_interstitial_page.h
@@ -12,16 +12,10 @@
#include "ios/web/public/interstitials/web_interstitial_delegate.h"
#include "url/gurl.h"
-class IOSChromeControllerClient;
-
namespace base {
class DictionaryValue;
}
-namespace security_interstitials {
-class MetricsHelper;
-}
-
namespace web {
class WebInterstitial;
class WebState;

Powered by Google App Engine
This is Rietveld 408576698