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

Unified Diff: ui/views/widget/widget_aura_utils.h

Issue 115153002: wm: public window_types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ozone deps Created 7 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/widget/native_widget_aura.cc ('k') | ui/views/widget/widget_aura_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/widget_aura_utils.h
diff --git a/ui/views/widget/widget_aura_utils.h b/ui/views/widget/widget_aura_utils.h
index 8f0bfcc0358d249126f238287453c0dc5151ebd3..4b16de48cab00c1b763efb7fd8fd897b115ae607 100644
--- a/ui/views/widget/widget_aura_utils.h
+++ b/ui/views/widget/widget_aura_utils.h
@@ -5,14 +5,14 @@
#ifndef UI_VIEWS_WIDGET_WIDGET_AURA_UTILS_H_
#define UI_VIEWS_WIDGET_WIDGET_AURA_UTILS_H_
-#include "ui/aura/client/window_types.h"
#include "ui/views/widget/widget.h"
+#include "ui/wm/public/window_types.h"
// Functions shared by native_widget_aura.cc and desktop_native_widget_aura.cc:
namespace views {
-aura::client::WindowType GetAuraWindowTypeForWidgetType(
+ui::wm::WindowType GetAuraWindowTypeForWidgetType(
Widget::InitParams::Type type);
} // namespace views
« no previous file with comments | « ui/views/widget/native_widget_aura.cc ('k') | ui/views/widget/widget_aura_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698