Index: chrome/browser/ui/views/tabs/tab_strip.h |
diff --git a/chrome/browser/ui/views/tabs/tab_strip.h b/chrome/browser/ui/views/tabs/tab_strip.h |
index b0f47f12e55efe798a4d1496f25cd520ab5c559d..82c9c48bd040fd5c4ffc536ae29fc694a282f2b9 100644 |
--- a/chrome/browser/ui/views/tabs/tab_strip.h |
+++ b/chrome/browser/ui/views/tabs/tab_strip.h |
@@ -217,7 +217,7 @@ class TabStrip : public views::View, |
virtual void PaintChildren(gfx::Canvas* canvas, |
const views::CullSet& cull_set) OVERRIDE; |
virtual const char* GetClassName() const OVERRIDE; |
- virtual gfx::Size GetPreferredSize() OVERRIDE; |
+ virtual gfx::Size GetPreferredSize() const OVERRIDE; |
// NOTE: the drag and drop methods are invoked from FrameView. This is done |
// to allow for a drop region that extends outside the bounds of the TabStrip. |
virtual void OnDragEntered(const ui::DropTargetEvent& event) OVERRIDE; |