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

Unified Diff: chrome/browser/ui/views/tabs/alert_indicator_button_unittest.cc

Issue 1865213004: Convert //chrome/browser/ui from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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/ui/views/tabs/alert_indicator_button_unittest.cc
diff --git a/chrome/browser/ui/views/tabs/alert_indicator_button_unittest.cc b/chrome/browser/ui/views/tabs/alert_indicator_button_unittest.cc
index 000d31b29789df52825529b4fcc9659fe34436df..cf3e3ec805605bead046fb35635ec9016467942d 100644
--- a/chrome/browser/ui/views/tabs/alert_indicator_button_unittest.cc
+++ b/chrome/browser/ui/views/tabs/alert_indicator_button_unittest.cc
@@ -63,7 +63,7 @@ class AlertIndicatorButtonTest : public views::ViewsTestBase {
// Owns |tab_strip_|.
views::View parent_;
TabStrip* tab_strip_;
- scoped_ptr<views::Widget> widget_;
+ std::unique_ptr<views::Widget> widget_;
private:
DISALLOW_COPY_AND_ASSIGN(AlertIndicatorButtonTest);
« no previous file with comments | « chrome/browser/ui/views/tabs/alert_indicator_button.cc ('k') | chrome/browser/ui/views/tabs/browser_tab_strip_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698