Chromium Code Reviews

Unified Diff: views/widget/widget_win.h

Issue 6254011: Move UI-relevant Windows files to ui/base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « views/widget/default_theme_provider.cc ('k') | views/widget/widget_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/widget_win.h
===================================================================
--- views/widget/widget_win.h (revision 71828)
+++ views/widget/widget_win.h (working copy)
@@ -14,10 +14,10 @@
#include <string>
#include <vector>
-#include "app/win/window_impl.h"
#include "base/message_loop.h"
#include "base/scoped_vector.h"
#include "base/win/scoped_comptr.h"
+#include "ui/base/win/window_impl.h"
#include "views/focus/focus_manager.h"
#include "views/layout_manager.h"
#include "views/widget/widget.h"
@@ -74,7 +74,7 @@
// then responsible for cleaning up after it.
//
///////////////////////////////////////////////////////////////////////////////
-class WidgetWin : public app::win::WindowImpl,
+class WidgetWin : public ui::WindowImpl,
public Widget,
public MessageLoopForUI::Observer,
public FocusTraversable {
« no previous file with comments | « views/widget/default_theme_provider.cc ('k') | views/widget/widget_win.cc » ('j') | no next file with comments »

Powered by Google App Engine