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

Side by Side Diff: ui/views/widget/widget.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
« no previous file with comments | « ui/views/widget/native_widget_win.cc ('k') | views/animation/bounds_animator.h » ('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 UI_VIEWS_WIDGET_WIDGET_H_ 5 #ifndef UI_VIEWS_WIDGET_WIDGET_H_
6 #define UI_VIEWS_WIDGET_WIDGET_H_ 6 #define UI_VIEWS_WIDGET_WIDGET_H_
7 7
8 #include "base/logging.h" 8 #include "base/logging.h"
9 #include "base/scoped_ptr.h" 9 #include "base/scoped_ptr.h"
10 #include "base/task.h" 10 #include "base/task.h"
11 #include "gfx/point.h" 11 #include "ui/gfx/point.h"
12 #include "ui/views/native_types.h" 12 #include "ui/views/native_types.h"
13 #include "ui/views/focus/focus_manager.h" 13 #include "ui/views/focus/focus_manager.h"
14 #include "ui/views/widget/native_widget_listener.h" 14 #include "ui/views/widget/native_widget_listener.h"
15 15
16 namespace gfx { 16 namespace gfx {
17 class Canvas; 17 class Canvas;
18 class Path; 18 class Path;
19 class Rect; 19 class Rect;
20 class Size; 20 class Size;
21 } 21 }
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 143
144 scoped_ptr<FocusManager> focus_manager_; 144 scoped_ptr<FocusManager> focus_manager_;
145 145
146 DISALLOW_COPY_AND_ASSIGN(Widget); 146 DISALLOW_COPY_AND_ASSIGN(Widget);
147 }; 147 };
148 148
149 } // namespace ui 149 } // namespace ui
150 150
151 #endif // UI_VIEWS_WIDGET_WIDGET_H_ 151 #endif // UI_VIEWS_WIDGET_WIDGET_H_
152 152
OLDNEW
« no previous file with comments | « ui/views/widget/native_widget_win.cc ('k') | views/animation/bounds_animator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698