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

Unified Diff: chrome/browser/supervised_user/supervised_user_interstitial.h

Issue 2842833003: Update SupportsUserData uses with unique_ptr. (Closed)
Patch Set: rebase 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/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();
« no previous file with comments | « chrome/browser/ssl/ssl_error_handler.cc ('k') | chrome/browser/supervised_user/supervised_user_interstitial.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698