| Index: chrome/browser/ui/views/tabs/tab_strip.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/tabs/tab_strip.h (revision 74117)
|
| +++ chrome/browser/ui/views/tabs/tab_strip.h (working copy)
|
| @@ -69,7 +69,7 @@
|
|
|
| // views::View overrides:
|
| virtual void PaintChildren(gfx::Canvas* canvas);
|
| - virtual views::View* GetViewByID(int id) const;
|
| + virtual const views::View* GetViewByID(int id) const;
|
| virtual gfx::Size GetPreferredSize();
|
| // 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.
|
|
|