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

Unified Diff: ui/aura_shell/activation_controller.h

Issue 8956004: Move ActivationClient/Delegate to client namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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/aura/test/test_activation_client.cc ('k') | ui/aura_shell/activation_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/activation_controller.h
===================================================================
--- ui/aura_shell/activation_controller.h (revision 114593)
+++ ui/aura_shell/activation_controller.h (working copy)
@@ -18,9 +18,10 @@
namespace internal {
// Exported for unit tests.
-class AURA_SHELL_EXPORT ActivationController : public aura::ActivationClient,
- public aura::WindowObserver,
- public aura::RootWindowObserver {
+class AURA_SHELL_EXPORT ActivationController
+ : public aura::client::ActivationClient,
+ public aura::WindowObserver,
+ public aura::RootWindowObserver {
public:
ActivationController();
virtual ~ActivationController();
@@ -29,7 +30,7 @@
// activation.
static aura::Window* GetActivatableWindow(aura::Window* window);
- // Overridden from aura::ActivationClient:
+ // Overridden from aura::client::ActivationClient:
virtual void ActivateWindow(aura::Window* window) OVERRIDE;
virtual void DeactivateWindow(aura::Window* window) OVERRIDE;
virtual aura::Window* GetActiveWindow() OVERRIDE;
« no previous file with comments | « ui/aura/test/test_activation_client.cc ('k') | ui/aura_shell/activation_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698