Index: chrome/browser/ui/views/frame/app_panel_browser_frame_view.h |
=================================================================== |
--- chrome/browser/ui/views/frame/app_panel_browser_frame_view.h (revision 109693) |
+++ chrome/browser/ui/views/frame/app_panel_browser_frame_view.h (working copy) |
@@ -13,13 +13,11 @@ |
#include "views/window/non_client_view.h" |
class BrowserView; |
-class TabContents; |
namespace gfx { |
class Font; |
} |
namespace views { |
class ImageButton; |
-class ImageView; |
} |
// The frame view which is used for Application Panels. |
// TODO(rafaelw): Refactor. This shares much duplicated code with |