| Index: chrome/browser/supervised_user/supervised_user_interstitial.h
|
| diff --git a/chrome/browser/supervised_user/supervised_user_interstitial.h b/chrome/browser/supervised_user/supervised_user_interstitial.h
|
| index 028c0ab6ee315ea433dda249fb0170ddd998b5cb..833fda50cccaad9e19457e1f357297c8de697d96 100644
|
| --- a/chrome/browser/supervised_user/supervised_user_interstitial.h
|
| +++ b/chrome/browser/supervised_user/supervised_user_interstitial.h
|
| @@ -29,6 +29,8 @@ class Profile;
|
| class SupervisedUserInterstitial : public content::InterstitialPageDelegate,
|
| public SupervisedUserServiceObserver {
|
| public:
|
| + ~SupervisedUserInterstitial() override;
|
| +
|
| // Interstitial type, used for testing.
|
| static content::InterstitialPageDelegate::TypeID kTypeForTesting;
|
|
|
| @@ -49,7 +51,6 @@ class SupervisedUserInterstitial : public content::InterstitialPageDelegate,
|
| supervised_user_error_page::FilteringBehaviorReason reason,
|
| bool initial_page_load,
|
| const base::Callback<void(bool)>& callback);
|
| - ~SupervisedUserInterstitial() override;
|
|
|
| bool Init();
|
|
|
|
|