| Index: chrome/browser/ui/views/tabs/tab_drag_controller.h
|
| diff --git a/chrome/browser/ui/views/tabs/tab_drag_controller.h b/chrome/browser/ui/views/tabs/tab_drag_controller.h
|
| index bb2412a30bb0001921f24211dc54de2eac67d9f2..65dbdf5db2e87a1f48e5be6121f8c5bb233faf85 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_drag_controller.h
|
| +++ b/chrome/browser/ui/views/tabs/tab_drag_controller.h
|
| @@ -466,7 +466,7 @@ class TabDragController : public content::NotificationObserver,
|
| // The desktop type that this drag is associated with. Cached, because other
|
| // UI elements are NULLd at various points during the lifetime of this
|
| // object.
|
| - chrome::HostDesktopType host_desktop_type_;
|
| + ui::HostDesktopType host_desktop_type_;
|
|
|
| // Whether capture can be released during the drag. When false, capture should
|
| // not be released when transferring capture between widgets and when starting
|
|
|