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

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

Issue 8735009: views: Move some random files from views/ to ui/views/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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
« no previous file with comments | « chrome/browser/ui/views/tabs/base_tab.h ('k') | chrome/browser/ui/views/task_manager_view.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 #pragma once 7 #pragma once
8 8
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "base/memory/ref_counted.h" 10 #include "base/memory/ref_counted.h"
11 #include "base/timer.h" 11 #include "base/timer.h"
12 #include "chrome/browser/ui/views/tabs/base_tab_strip.h" 12 #include "chrome/browser/ui/views/tabs/base_tab_strip.h"
13 #include "ui/base/animation/animation_container.h" 13 #include "ui/base/animation/animation_container.h"
14 #include "ui/gfx/point.h" 14 #include "ui/gfx/point.h"
15 #include "ui/gfx/rect.h" 15 #include "ui/gfx/rect.h"
16 #include "ui/views/controls/button/image_button.h" 16 #include "ui/views/controls/button/image_button.h"
17 #include "views/mouse_watcher.h" 17 #include "ui/views/mouse_watcher.h"
18 18
19 class Tab; 19 class Tab;
20 class TabStripSelectionModel; 20 class TabStripSelectionModel;
21 21
22 namespace views { 22 namespace views {
23 class ImageView; 23 class ImageView;
24 } 24 }
25 25
26 /////////////////////////////////////////////////////////////////////////////// 26 ///////////////////////////////////////////////////////////////////////////////
27 // 27 //
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 271
272 // Used for stage 1 of new tab animation. 272 // Used for stage 1 of new tab animation.
273 base::OneShotTimer<TabStrip> new_tab_timer_; 273 base::OneShotTimer<TabStrip> new_tab_timer_;
274 274
275 scoped_ptr<views::MouseWatcher> mouse_watcher_; 275 scoped_ptr<views::MouseWatcher> mouse_watcher_;
276 276
277 DISALLOW_COPY_AND_ASSIGN(TabStrip); 277 DISALLOW_COPY_AND_ASSIGN(TabStrip);
278 }; 278 };
279 279
280 #endif // CHROME_BROWSER_UI_VIEWS_TABS_TAB_STRIP_H_ 280 #endif // CHROME_BROWSER_UI_VIEWS_TABS_TAB_STRIP_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/tabs/base_tab.h ('k') | chrome/browser/ui/views/task_manager_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698