| Index: chrome/browser/ui/views/compact_nav/compact_location_bar_view_host.h
|
| diff --git a/chrome/browser/ui/views/compact_nav/compact_location_bar_view_host.h b/chrome/browser/ui/views/compact_nav/compact_location_bar_view_host.h
|
| index 1037853cede37be387e361439012a6005a0a4366..606e7a2d8394035a7751e29cbaf45e203d6d474f 100644
|
| --- a/chrome/browser/ui/views/compact_nav/compact_location_bar_view_host.h
|
| +++ b/chrome/browser/ui/views/compact_nav/compact_location_bar_view_host.h
|
| @@ -88,10 +88,10 @@ class CompactLocationBarViewHost : public DropdownBarHost,
|
| virtual void TabClosingAt(TabStripModel* tab_strip_model,
|
| TabContentsWrapper* contents,
|
| int index) OVERRIDE;
|
| - virtual void TabSelectedAt(TabContentsWrapper* old_contents,
|
| - TabContentsWrapper* new_contents,
|
| - int index,
|
| - bool user_gesture) OVERRIDE;
|
| + virtual void ActiveTabChanged(TabContentsWrapper* old_contents,
|
| + TabContentsWrapper* new_contents,
|
| + int index,
|
| + bool user_gesture) OVERRIDE;
|
| virtual void TabMoved(TabContentsWrapper* contents,
|
| int from_index,
|
| int to_index) OVERRIDE;
|
|
|