| Index: chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.h
|
| index 213e783b8de5c95b0e05e8bba2283c13016419fd..4037160a7abb8ae74727b95c773105dcd8df71d7 100644
|
| --- a/chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.h
|
| +++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.h
|
| @@ -14,7 +14,7 @@
|
|
|
| class BrowserFrame;
|
| class BrowserView;
|
| -class FrameBackground;
|
| +class FrameBackgroundView;
|
| class WindowControlButton;
|
|
|
| class BrowserNonClientFrameViewAura : public BrowserNonClientFrameView,
|
| @@ -83,7 +83,7 @@ class BrowserNonClientFrameViewAura : public BrowserNonClientFrameView,
|
| int last_hittest_code_;
|
| WindowControlButton* maximize_button_;
|
| WindowControlButton* close_button_;
|
| - FrameBackground* frame_background_;
|
| + FrameBackgroundView* frame_background_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(BrowserNonClientFrameViewAura);
|
| };
|
|
|