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

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

Issue 209383003: Move wm/public into wm target (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/cursor_manager_unittest.cc ('k') | ui/wm/core/default_activation_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/core/default_activation_client.h
diff --git a/ui/aura/client/default_activation_client.h b/ui/wm/core/default_activation_client.h
similarity index 86%
rename from ui/aura/client/default_activation_client.h
rename to ui/wm/core/default_activation_client.h
index 47e19dbc561995cd3cb5a9a8fc27e1ffb274920b..8153068fa6ff58446299bd477cf08f76c07492b2 100644
--- a/ui/aura/client/default_activation_client.h
+++ b/ui/wm/core/default_activation_client.h
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_AURA_CLIENT_DEFAULT_ACTIVATION_CLIENT_H_
-#define UI_AURA_CLIENT_DEFAULT_ACTIVATION_CLIENT_H_
+#ifndef UI_WM_CORE_DEFAULT_ACTIVATION_CLIENT_H_
+#define UI_WM_CORE_DEFAULT_ACTIVATION_CLIENT_H_
#include <vector>
#include "base/compiler_specific.h"
#include "base/logging.h"
#include "base/observer_list.h"
-#include "ui/aura/aura_export.h"
#include "ui/aura/window_observer.h"
#include "ui/wm/public/activation_client.h"
+#include "ui/wm/wm_export.h"
namespace aura {
namespace client {
@@ -24,8 +24,8 @@ namespace client {
// Simple ActivationClient implementation for use by tests and other targets
// that just need basic behavior (e.g. activate windows whenever requested,
// restack windows at the top when they're activated, etc.).
-class AURA_EXPORT DefaultActivationClient : public client::ActivationClient,
- public WindowObserver {
+class WM_EXPORT DefaultActivationClient : public client::ActivationClient,
+ public WindowObserver {
public:
explicit DefaultActivationClient(Window* root_window);
virtual ~DefaultActivationClient();
@@ -66,4 +66,4 @@ class AURA_EXPORT DefaultActivationClient : public client::ActivationClient,
} // namespace client
} // namespace aura
-#endif // UI_AURA_CLIENT_DEFAULT_ACTIVATION_CLIENT_H_
+#endif // UI_WM_CORE_DEFAULT_ACTIVATION_CLIENT_H_
« no previous file with comments | « ui/wm/core/cursor_manager_unittest.cc ('k') | ui/wm/core/default_activation_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698