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

Side by Side Diff: chrome/browser/ui/views/tabs/tab_strip.h

Issue 823133004: Cleanup: Update the path to gfx rect headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rect_f.h Created 5 years, 11 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_UI_VIEWS_TABS_TAB_STRIP_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_TABS_TAB_STRIP_H_
6 #define CHROME_BROWSER_UI_VIEWS_TABS_TAB_STRIP_H_ 6 #define CHROME_BROWSER_UI_VIEWS_TABS_TAB_STRIP_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
11 #include "base/memory/ref_counted.h" 11 #include "base/memory/ref_counted.h"
12 #include "base/timer/timer.h" 12 #include "base/timer/timer.h"
13 #include "chrome/browser/ui/views/tabs/tab.h" 13 #include "chrome/browser/ui/views/tabs/tab.h"
14 #include "chrome/browser/ui/views/tabs/tab_controller.h" 14 #include "chrome/browser/ui/views/tabs/tab_controller.h"
15 #include "ui/gfx/animation/animation_container.h" 15 #include "ui/gfx/animation/animation_container.h"
16 #include "ui/gfx/geometry/point.h" 16 #include "ui/gfx/geometry/point.h"
17 #include "ui/gfx/rect.h" 17 #include "ui/gfx/geometry/rect.h"
18 #include "ui/views/animation/bounds_animator.h" 18 #include "ui/views/animation/bounds_animator.h"
19 #include "ui/views/controls/button/image_button.h" 19 #include "ui/views/controls/button/image_button.h"
20 #include "ui/views/mouse_watcher.h" 20 #include "ui/views/mouse_watcher.h"
21 #include "ui/views/view.h" 21 #include "ui/views/view.h"
22 #include "ui/views/view_model.h" 22 #include "ui/views/view_model.h"
23 #include "ui/views/view_targeter_delegate.h" 23 #include "ui/views/view_targeter_delegate.h"
24 24
25 class NewTabButton; 25 class NewTabButton;
26 class StackedTabStripLayout; 26 class StackedTabStripLayout;
27 class Tab; 27 class Tab;
(...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 bool immersive_style_; 672 bool immersive_style_;
673 673
674 // Our observers. 674 // Our observers.
675 typedef ObserverList<TabStripObserver> TabStripObservers; 675 typedef ObserverList<TabStripObserver> TabStripObservers;
676 TabStripObservers observers_; 676 TabStripObservers observers_;
677 677
678 DISALLOW_COPY_AND_ASSIGN(TabStrip); 678 DISALLOW_COPY_AND_ASSIGN(TabStrip);
679 }; 679 };
680 680
681 #endif // CHROME_BROWSER_UI_VIEWS_TABS_TAB_STRIP_H_ 681 #endif // CHROME_BROWSER_UI_VIEWS_TABS_TAB_STRIP_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_drag_controller.h ('k') | chrome/browser/ui/views/tabs/tab_strip.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698