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

Unified Diff: chrome/browser/ui/views/toolbar/toolbar_action_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_action_view_interactive_uitest.cc
diff --git a/chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc b/chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc
index 8a7e081039474fa07ef2d7bad2bc893234e01566..9cb4f89ef4d293655b44da35e7e3fd07e9116c22 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc
+++ b/chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc
@@ -164,7 +164,7 @@ class ToolbarActionViewInteractiveUITest : public ExtensionBrowserTest {
private:
// Override the extensions-action-redesign switch.
- scoped_ptr<extensions::FeatureSwitch::ScopedOverride> feature_override_;
+ std::unique_ptr<extensions::FeatureSwitch::ScopedOverride> feature_override_;
DISALLOW_COPY_AND_ASSIGN(ToolbarActionViewInteractiveUITest);
};

Powered by Google App Engine
This is Rietveld 408576698