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

Unified Diff: ui/wm/core/transient_window_manager.h

Issue 194843004: Move files from ui/views/corewm to ui/wm/core (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 9 months 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/wm/core/transient_window_controller.cc ('k') | ui/wm/core/transient_window_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/core/transient_window_manager.h
diff --git a/ui/views/corewm/transient_window_manager.h b/ui/wm/core/transient_window_manager.h
similarity index 93%
rename from ui/views/corewm/transient_window_manager.h
rename to ui/wm/core/transient_window_manager.h
index 93404ddb37295e306a11e3f2f7c1379d08f5da35..bd4ef0275ff3c0d8619327eddf9f0925e9b3e0b8 100644
--- a/ui/views/corewm/transient_window_manager.h
+++ b/ui/wm/core/transient_window_manager.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_VIEWS_COREWM_TRANSIENT_WINDOW_MANAGER_H_
-#define UI_VIEWS_COREWM_TRANSIENT_WINDOW_MANAGER_H_
+#ifndef UI_WM_CORE_TRANSIENT_WINDOW_MANAGER_H_
+#define UI_WM_CORE_TRANSIENT_WINDOW_MANAGER_H_
#include <vector>
#include "base/observer_list.h"
#include "ui/aura/window_observer.h"
-#include "ui/views/views_export.h"
+#include "ui/wm/core/wm_core_export.h"
namespace views {
namespace corewm {
@@ -27,7 +27,7 @@ class TransientWindowObserver;
// Transient windows are typically used for popups and menus.
// TODO(sky): when we nuke TransientWindowClient rename this to
// TransientWindowController.
-class VIEWS_EXPORT TransientWindowManager : public aura::WindowObserver {
+class WM_CORE_EXPORT TransientWindowManager : public aura::WindowObserver {
public:
typedef std::vector<aura::Window*> Windows;
@@ -101,4 +101,4 @@ class VIEWS_EXPORT TransientWindowManager : public aura::WindowObserver {
} // namespace corewm
} // namespace views
-#endif // UI_VIEWS_COREWM_TRANSIENT_WINDOW_MANAGER_H_
+#endif // UI_WM_CORE_TRANSIENT_WINDOW_MANAGER_H_
« no previous file with comments | « ui/wm/core/transient_window_controller.cc ('k') | ui/wm/core/transient_window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698