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

Unified Diff: chrome/browser/task_manager/providers/web_contents/background_contents_tag.h

Issue 2845263002: Switch SupportsUserData uses to use unique_ptr. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/task_manager/providers/web_contents/devtools_tag.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/task_manager/providers/web_contents/background_contents_tag.h
diff --git a/chrome/browser/task_manager/providers/web_contents/background_contents_tag.h b/chrome/browser/task_manager/providers/web_contents/background_contents_tag.h
index 33b3990d02b6cda5b30253dbe609e32eb059cc21..e05ad02a2b0609ed3d97c7157071123d29c472c8 100644
--- a/chrome/browser/task_manager/providers/web_contents/background_contents_tag.h
+++ b/chrome/browser/task_manager/providers/web_contents/background_contents_tag.h
@@ -17,6 +17,8 @@ namespace task_manager {
// service.
class BackgroundContentsTag : public WebContentsTag {
public:
+ ~BackgroundContentsTag() override;
+
// task_manager::WebContentsTag:
BackgroundContentsTask* CreateTask() const override;
@@ -25,7 +27,6 @@ class BackgroundContentsTag : public WebContentsTag {
BackgroundContentsTag(content::WebContents* web_contents,
BackgroundContents* background_contents);
- ~BackgroundContentsTag() override;
// The owning BackgroundContents.
BackgroundContents* background_contents_;
« no previous file with comments | « no previous file | chrome/browser/task_manager/providers/web_contents/devtools_tag.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698