| Index: chrome/browser/ui/views/frame/top_container_view.h
|
| diff --git a/chrome/browser/ui/views/frame/top_container_view.h b/chrome/browser/ui/views/frame/top_container_view.h
|
| index 6444cabb2ea13f54a7d3935c3ece96da1134be6a..d878bc8187b06e15197bd624471ea3a4c85ecbe1 100644
|
| --- a/chrome/browser/ui/views/frame/top_container_view.h
|
| +++ b/chrome/browser/ui/views/frame/top_container_view.h
|
| @@ -21,7 +21,7 @@ class TopContainerView : public views::View {
|
|
|
| // views::View overrides:
|
| const char* GetClassName() const override;
|
| - void PaintChildren(const PaintContext& context) override;
|
| + void PaintChildren(const ui::PaintContext& context) override;
|
|
|
| private:
|
| // The parent of this view. Not owned.
|
|
|