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

Side by Side Diff: views/widget/widget_win.h

Issue 6374011: views: Move layout_manager.[cc,h] into layout directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: layout-manager 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
« views/layout/layout_manager.h ('K') | « views/views.gyp ('k') | no next file » | 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) 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 VIEWS_WIDGET_WIDGET_WIN_H_ 5 #ifndef VIEWS_WIDGET_WIDGET_WIN_H_
6 #define VIEWS_WIDGET_WIDGET_WIN_H_ 6 #define VIEWS_WIDGET_WIDGET_WIN_H_
7 #pragma once 7 #pragma once
8 8
9 #include <atlbase.h> 9 #include <atlbase.h>
10 #include <atlapp.h> 10 #include <atlapp.h>
11 #include <atlcrack.h> 11 #include <atlcrack.h>
12 #include <atlmisc.h> 12 #include <atlmisc.h>
13 13
14 #include <string> 14 #include <string>
15 #include <vector> 15 #include <vector>
16 16
17 #include "base/message_loop.h" 17 #include "base/message_loop.h"
18 #include "base/scoped_vector.h" 18 #include "base/scoped_vector.h"
19 #include "base/win/scoped_comptr.h" 19 #include "base/win/scoped_comptr.h"
20 #include "ui/base/win/window_impl.h" 20 #include "ui/base/win/window_impl.h"
21 #include "views/focus/focus_manager.h" 21 #include "views/focus/focus_manager.h"
22 #include "views/layout_manager.h" 22 #include "views/layout/layout_manager.h"
23 #include "views/widget/widget.h" 23 #include "views/widget/widget.h"
24 24
25 namespace ui { 25 namespace ui {
26 class ViewProp; 26 class ViewProp;
27 } 27 }
28 28
29 namespace gfx { 29 namespace gfx {
30 class CanvasSkia; 30 class CanvasSkia;
31 class Rect; 31 class Rect;
32 } 32 }
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 int accessibility_view_events_index_; 593 int accessibility_view_events_index_;
594 594
595 ViewProps props_; 595 ViewProps props_;
596 596
597 DISALLOW_COPY_AND_ASSIGN(WidgetWin); 597 DISALLOW_COPY_AND_ASSIGN(WidgetWin);
598 }; 598 };
599 599
600 } // namespace views 600 } // namespace views
601 601
602 #endif // VIEWS_WIDGET_WIDGET_WIN_H_ 602 #endif // VIEWS_WIDGET_WIDGET_WIN_H_
OLDNEW
« views/layout/layout_manager.h ('K') | « views/views.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698