| 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 2098994b91a98545a420cb0d8c68cc56c7c42b37..59d4029edc3cce262649d265421810414a968c13 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_strip.h
|
| +++ b/chrome/browser/ui/views/tabs/tab_strip.h
|
| @@ -245,7 +245,7 @@ class TabStrip : public views::View,
|
|
|
| // views::View overrides:
|
| void Layout() override;
|
| - void PaintChildren(const PaintContext& context) override;
|
| + void PaintChildren(const ui::PaintContext& context) override;
|
| const char* GetClassName() const override;
|
| gfx::Size GetPreferredSize() const override;
|
| // NOTE: the drag and drop methods are invoked from FrameView. This is done
|
| @@ -431,7 +431,7 @@ class TabStrip : public views::View,
|
| FindClosingTabResult FindClosingTab(const Tab* tab);
|
|
|
| // Paints all the tabs in |tabs_closing_map_[index]|.
|
| - void PaintClosingTabs(int index, const PaintContext& context);
|
| + void PaintClosingTabs(int index, const ui::PaintContext& context);
|
|
|
| // Invoked when a mouse event occurs over |source|. Potentially switches the
|
| // |stacked_layout_|.
|
|
|