summaryrefslogtreecommitdiffstats
path: root/views/widget/widget_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/widget/widget_win.h')
-rw-r--r--views/widget/widget_win.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/widget/widget_win.h b/views/widget/widget_win.h
index 10c9e3b..6c45ae0 100644
--- a/views/widget/widget_win.h
+++ b/views/widget/widget_win.h
@@ -22,7 +22,7 @@
#include "views/layout_manager.h"
#include "views/widget/widget.h"
-namespace app {
+namespace ui {
class ViewProp;
}
@@ -484,7 +484,7 @@ class WidgetWin : public ui::WindowImpl,
bool is_window_;
private:
- typedef ScopedVector<app::ViewProp> ViewProps;
+ typedef ScopedVector<ui::ViewProp> ViewProps;
// Implementation of GetWindow. Ascends the parents of |hwnd| returning the
// first ancestor that is a Window.