| 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;
|
|
|
|
|