diff options
Diffstat (limited to 'chrome/browser/views/frame/glass_browser_frame_view.h')
-rw-r--r-- | chrome/browser/views/frame/glass_browser_frame_view.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/views/frame/glass_browser_frame_view.h b/chrome/browser/views/frame/glass_browser_frame_view.h index d110fe9..3a00db3 100644 --- a/chrome/browser/views/frame/glass_browser_frame_view.h +++ b/chrome/browser/views/frame/glass_browser_frame_view.h @@ -10,7 +10,6 @@ #include "views/window/non_client_view.h" class BrowserView; -class GlassBrowserWindowResources; class SkBitmap; class GlassBrowserFrameView : public BrowserNonClientFrameView { @@ -95,7 +94,6 @@ class GlassBrowserFrameView : public BrowserNonClientFrameView { static void InitClass(); static SkBitmap* distributor_logo_; - static GlassBrowserWindowResources* resources_; static const int kThrobberIconCount = 24; static HICON throbber_icons_[kThrobberIconCount]; |