Index: ui/views/widget/widget.h |
diff --git a/views/widget/widget.h b/ui/views/widget/widget.h |
similarity index 99% |
rename from views/widget/widget.h |
rename to ui/views/widget/widget.h |
index 4faf12b154040065aa815ce5ddc5d4866a3ddcb5..4beda655c0a230d91e344e9f309964736cdc5480 100644 |
--- a/views/widget/widget.h |
+++ b/ui/views/widget/widget.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef VIEWS_WIDGET_WIDGET_H_ |
-#define VIEWS_WIDGET_WIDGET_H_ |
+#ifndef UI_VIEWS_WIDGET_WIDGET_H_ |
+#define UI_VIEWS_WIDGET_WIDGET_H_ |
#pragma once |
#include <set> |
@@ -17,9 +17,9 @@ |
#include "ui/gfx/native_widget_types.h" |
#include "ui/gfx/rect.h" |
#include "ui/views/focus/focus_manager.h" |
+#include "ui/views/widget/native_widget_delegate.h" |
#include "ui/views/window/client_view.h" |
#include "ui/views/window/non_client_view.h" |
-#include "views/widget/native_widget_delegate.h" |
#if defined(OS_WIN) |
// Windows headers define macros for these function names which screw with us. |
@@ -743,4 +743,4 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate, |
} // namespace views |
-#endif // VIEWS_WIDGET_WIDGET_H_ |
+#endif // UI_VIEWS_WIDGET_WIDGET_H_ |