| 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..a5af0de543291cb980eed65f10dd9533b73f1f4b 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 TabActivatedAt(TabContentsWrapper* old_contents,
|
| + TabContentsWrapper* new_contents,
|
| + int index,
|
| + bool user_gesture) OVERRIDE;
|
| virtual void TabMoved(TabContentsWrapper* contents,
|
| int from_index,
|
| int to_index) OVERRIDE;
|
|
|