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

Unified Diff: chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h

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/tab_drag_controller_interactive_uitest.h
diff --git a/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h b/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h
index 03bc238108c02d8fa2231c03192c557068e7bd56..41e037e84dbf2f5cb9f485d205de1f80d054a752 100644
--- a/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h
+++ b/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h
@@ -47,7 +47,7 @@ class TabDragControllerTest : public InProcessBrowserTest {
Browser* CreateAnotherWindowBrowserAndRelayout();
void SetWindowFinderForTabStrip(TabStrip* tab_strip,
- scoped_ptr<WindowFinder> window_finder);
+ std::unique_ptr<WindowFinder> window_finder);
const BrowserList* browser_list;

Powered by Google App Engine
This is Rietveld 408576698