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

Unified Diff: ui/views/widget/widget.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/widget/tooltip_manager_win.cc ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ui/views/widget/tooltip_manager_win.cc ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698