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

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

Issue 6204002: Carnitas: Remove chrome/browser/views, update references. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Yay, more syncing Created 9 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2010 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_BASE_TAB_STRIP_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_TABS_BASE_TAB_STRIP_H_
6 #define CHROME_BROWSER_UI_VIEWS_TABS_BASE_TAB_STRIP_H_ 6 #define CHROME_BROWSER_UI_VIEWS_TABS_BASE_TAB_STRIP_H_
7 #pragma once 7 #pragma once
8 8
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/scoped_ptr.h" 11 #include "base/scoped_ptr.h"
12 #include "chrome/browser/views/tabs/base_tab.h" 12 #include "chrome/browser/ui/views/tabs/base_tab.h"
13 #include "chrome/browser/views/tabs/tab_controller.h" 13 #include "chrome/browser/ui/views/tabs/tab_controller.h"
14 #include "views/animation/bounds_animator.h" 14 #include "views/animation/bounds_animator.h"
15 #include "views/view.h" 15 #include "views/view.h"
16 16
17 class BaseTab; 17 class BaseTab;
18 class DraggedTabController; 18 class DraggedTabController;
19 class TabStripController; 19 class TabStripController;
20 class ThemeProvider; 20 class ThemeProvider;
21 21
22 // Base class for the view tab strip implementations. 22 // Base class for the view tab strip implementations.
23 class BaseTabStrip : public views::View, 23 class BaseTabStrip : public views::View,
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 // model. 251 // model.
252 bool attaching_dragged_tab_; 252 bool attaching_dragged_tab_;
253 253
254 views::BoundsAnimator bounds_animator_; 254 views::BoundsAnimator bounds_animator_;
255 255
256 // Size we last layed out at. 256 // Size we last layed out at.
257 gfx::Size last_layout_size_; 257 gfx::Size last_layout_size_;
258 }; 258 };
259 259
260 #endif // CHROME_BROWSER_UI_VIEWS_TABS_BASE_TAB_STRIP_H_ 260 #endif // CHROME_BROWSER_UI_VIEWS_TABS_BASE_TAB_STRIP_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/tabs/base_tab.cc ('k') | chrome/browser/ui/views/tabs/base_tab_strip.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698