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

Side by Side Diff: chrome/browser/ui/views/constrained_window_views.h

Issue 8598031: views: Move widget/ directory to ui/views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reland for real Created 9 years, 1 month 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_CONSTRAINED_WINDOW_VIEWS_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_CONSTRAINED_WINDOW_VIEWS_H_
6 #define CHROME_BROWSER_UI_VIEWS_CONSTRAINED_WINDOW_VIEWS_H_ 6 #define CHROME_BROWSER_UI_VIEWS_CONSTRAINED_WINDOW_VIEWS_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "chrome/browser/ui/constrained_window.h" 10 #include "chrome/browser/ui/constrained_window.h"
11 #include "ui/gfx/native_widget_types.h" 11 #include "ui/gfx/native_widget_types.h"
12 #include "ui/gfx/rect.h" 12 #include "ui/gfx/rect.h"
13 #include "views/widget/widget.h" 13 #include "ui/views/widget/widget.h"
14 14
15 class TabContentsWrapper; 15 class TabContentsWrapper;
16 16
17 namespace views { 17 namespace views {
18 namespace internal { 18 namespace internal {
19 class NativeWidgetDelegate; 19 class NativeWidgetDelegate;
20 } 20 }
21 class NativeWidget; 21 class NativeWidget;
22 class NonClientFrameView; 22 class NonClientFrameView;
23 class WidgetDelegate; 23 class WidgetDelegate;
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 AsNativeWidgetDelegate() OVERRIDE; 82 AsNativeWidgetDelegate() OVERRIDE;
83 83
84 TabContentsWrapper* wrapper_; 84 TabContentsWrapper* wrapper_;
85 85
86 NativeConstrainedWindow* native_constrained_window_; 86 NativeConstrainedWindow* native_constrained_window_;
87 87
88 DISALLOW_COPY_AND_ASSIGN(ConstrainedWindowViews); 88 DISALLOW_COPY_AND_ASSIGN(ConstrainedWindowViews);
89 }; 89 };
90 90
91 #endif // CHROME_BROWSER_UI_VIEWS_CONSTRAINED_WINDOW_VIEWS_H_ 91 #endif // CHROME_BROWSER_UI_VIEWS_CONSTRAINED_WINDOW_VIEWS_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/constrained_html_delegate_views.cc ('k') | chrome/browser/ui/views/constrained_window_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698