| Index: chrome/browser/cocoa/tab_strip_view.h
|
| diff --git a/chrome/browser/cocoa/tab_strip_view.h b/chrome/browser/cocoa/tab_strip_view.h
|
| index 454f2a300b4f8aee812ded0da6dfd5f13238bb5d..6816348d6b929edc881aba93fe9b19e491f242aa 100644
|
| --- a/chrome/browser/cocoa/tab_strip_view.h
|
| +++ b/chrome/browser/cocoa/tab_strip_view.h
|
| @@ -12,7 +12,7 @@
|
|
|
| // A view class that handles rendering the tab strip
|
|
|
| -@interface TabStripView : NSView {
|
| +@interface TabStripView : NSView<URLDropTarget> {
|
| @private
|
| NSTimeInterval lastMouseUp_;
|
|
|
|
|