| 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 dd8623338497a13a31a45fe3c6386870889d4d95..67ad0d969df294ea3c56076aabfa527b9d23860d 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_drag_controller.h
|
| +++ b/chrome/browser/ui/views/tabs/tab_drag_controller.h
|
| @@ -109,7 +109,7 @@ class TabDragController : public content::WebContentsDelegate,
|
| // |tab_strip|.
|
| // NOTE: this returns false if the TabDragController is in the process of
|
| // finishing the drag.
|
| - static bool IsAttachedTo(TabStrip* tab_strip);
|
| + static bool IsAttachedTo(const TabStrip* tab_strip);
|
|
|
| // Returns true if there is a drag underway.
|
| static bool IsActive();
|
|
|