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

Side by Side Diff: chrome/browser/ui/views/frame/browser_view_layout.h

Issue 6312156: Change includes of gfx/* to ui/gfx/* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 10 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) 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_FRAME_BROWSER_VIEW_LAYOUT_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_LAYOUT_H_
6 #define CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_LAYOUT_H_ 6 #define CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_LAYOUT_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "gfx/rect.h" 10 #include "ui/gfx/rect.h"
11 #include "views/layout/layout_manager.h" 11 #include "views/layout/layout_manager.h"
12 12
13 class BaseTabStrip; 13 class BaseTabStrip;
14 class BookmarkBarView; 14 class BookmarkBarView;
15 class Browser; 15 class Browser;
16 class BrowserView; 16 class BrowserView;
17 class ContentsContainer; 17 class ContentsContainer;
18 class DownloadShelfView; 18 class DownloadShelfView;
19 class TabContentsContainer; 19 class TabContentsContainer;
20 class ToolbarView; 20 class ToolbarView;
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 // of the BrowserView less the width of the SideTabstrip. 123 // of the BrowserView less the width of the SideTabstrip.
124 gfx::Rect vertical_layout_rect_; 124 gfx::Rect vertical_layout_rect_;
125 125
126 // The distance the FindBar is from the top of the window, in pixels. 126 // The distance the FindBar is from the top of the window, in pixels.
127 int find_bar_y_; 127 int find_bar_y_;
128 128
129 DISALLOW_COPY_AND_ASSIGN(BrowserViewLayout); 129 DISALLOW_COPY_AND_ASSIGN(BrowserViewLayout);
130 }; 130 };
131 131
132 #endif // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_LAYOUT_H_ 132 #endif // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_LAYOUT_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | chrome/browser/ui/views/frame/browser_view_layout.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698