Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Side by Side Diff: chrome/browser/views/tabs/side_tab.h

Issue 3066014: Cleanup: Remove unneeded headers from app/ (part 2) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_VIEWS_TABS_SIDE_TAB_H_ 5 #ifndef CHROME_BROWSER_VIEWS_TABS_SIDE_TAB_H_
6 #define CHROME_BROWSER_VIEWS_TABS_SIDE_TAB_H_ 6 #define CHROME_BROWSER_VIEWS_TABS_SIDE_TAB_H_
7 #pragma once 7 #pragma once
8 8
9 #include "app/slide_animation.h"
10 #include "chrome/browser/views/tabs/base_tab.h" 9 #include "chrome/browser/views/tabs/base_tab.h"
11 #include "gfx/font.h" 10 #include "gfx/font.h"
12 11
13 class SideTab; 12 class SideTab;
14 class TabStripController; 13 class TabStripController;
15 14
16 class SideTab : public BaseTab { 15 class SideTab : public BaseTab {
17 public: 16 public:
18 explicit SideTab(TabController* controller); 17 explicit SideTab(TabController* controller);
19 virtual ~SideTab(); 18 virtual ~SideTab();
(...skipping 16 matching lines...) Expand all
36 // Returns true if the icon should be shown. 35 // Returns true if the icon should be shown.
37 bool ShouldShowIcon() const; 36 bool ShouldShowIcon() const;
38 37
39 gfx::Rect icon_bounds_; 38 gfx::Rect icon_bounds_;
40 gfx::Rect title_bounds_; 39 gfx::Rect title_bounds_;
41 40
42 DISALLOW_COPY_AND_ASSIGN(SideTab); 41 DISALLOW_COPY_AND_ASSIGN(SideTab);
43 }; 42 };
44 43
45 #endif // CHROME_BROWSER_VIEWS_TABS_SIDE_TAB_H_ 44 #endif // CHROME_BROWSER_VIEWS_TABS_SIDE_TAB_H_
OLDNEW
« no previous file with comments | « chrome/browser/views/tabs/dragged_tab_controller.cc ('k') | chrome/browser/views/tabs/side_tab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698