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

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

Issue 1336823003: Move chrome::HostDesktopType to ui::HostDesktopType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base_session_service_delegate_impl
Patch Set: Fix build on Mac and CrOS Created 5 years, 3 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.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

Powered by Google App Engine
This is Rietveld 408576698