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

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

Issue 14307023: chrome: Use base::MessageLoop. (Part 2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 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 cce91202018cb5bb930ca9959aa7ef5b01711c1e..7b6fbbce74f138f3273e98908413084978b182f0 100644
--- a/chrome/browser/ui/views/tabs/tab_drag_controller.h
+++ b/chrome/browser/ui/views/tabs/tab_drag_controller.h
@@ -54,7 +54,7 @@ class TabStripModel;
// message loop.
class TabDragController : public content::WebContentsDelegate,
public content::NotificationObserver,
- public MessageLoopForUI::Observer,
+ public base::MessageLoopForUI::Observer,
public views::WidgetObserver,
public TabStripModelObserver {
public:

Powered by Google App Engine
This is Rietveld 408576698