| 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 {
|
|
|