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

Unified Diff: chrome/browser/ui/views/toolbar/toolbar_view_interactive_uitest.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/toolbar/toolbar_view_interactive_uitest.cc
diff --git a/chrome/browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc b/chrome/browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc
index 23beaa9276aa91f538c67691c0935ea5fd5304b7..aabacfb5acfdc774d0ad934184275af12de79d6d 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc
+++ b/chrome/browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc
@@ -59,10 +59,10 @@ class ToolbarViewInteractiveUITest : public ExtensionBrowserTest {
BrowserActionsContainer* browser_actions_;
// The drag-and-drop background thread.
- scoped_ptr<base::Thread> dnd_thread_;
+ std::unique_ptr<base::Thread> dnd_thread_;
// Override the extensions-action-redesign switch.
- scoped_ptr<extensions::FeatureSwitch::ScopedOverride> feature_override_;
+ std::unique_ptr<extensions::FeatureSwitch::ScopedOverride> feature_override_;
};
ToolbarViewInteractiveUITest::ToolbarViewInteractiveUITest()
« no previous file with comments | « chrome/browser/ui/views/toolbar/toolbar_view.cc ('k') | chrome/browser/ui/views/translate/translate_bubble_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698