| Index: chrome/browser/task_manager/providers/web_contents/tab_contents_tag.h
|
| diff --git a/chrome/browser/task_manager/providers/web_contents/tab_contents_tag.h b/chrome/browser/task_manager/providers/web_contents/tab_contents_tag.h
|
| index 5b0fd891edb96fc9d4fdd6bce92781af0e87aef4..4de647ec0642d86df84cd57d4847a5ae6011790d 100644
|
| --- a/chrome/browser/task_manager/providers/web_contents/tab_contents_tag.h
|
| +++ b/chrome/browser/task_manager/providers/web_contents/tab_contents_tag.h
|
| @@ -14,6 +14,8 @@ namespace task_manager {
|
| // Defines a concrete UserData type for WebContents owned by the TabStripModel.
|
| class TabContentsTag : public WebContentsTag {
|
| public:
|
| + ~TabContentsTag() override;
|
| +
|
| // task_manager::WebContentsTag:
|
| TabContentsTask* CreateTask() const override;
|
|
|
| @@ -21,7 +23,6 @@ class TabContentsTag : public WebContentsTag {
|
| friend class WebContentsTags;
|
|
|
| explicit TabContentsTag(content::WebContents* web_contents);
|
| - ~TabContentsTag() override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TabContentsTag);
|
| };
|
|
|