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

Unified Diff: ash/wm/activation_controller_delegate.h

Issue 11613017: Focus launcher if spoken feedback is enabled and no other windows visible. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added an include. Created 8 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 | « ash/launcher/launcher_unittest.cc ('k') | ash/wm/ash_activation_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/activation_controller_delegate.h
diff --git a/ash/wm/activation_controller_delegate.h b/ash/wm/activation_controller_delegate.h
index ac3a1b20f655024cdcddb0559c7e2ec9dd34e356..5cebfc6c8aed343cd9aad8d71e4a847e0b46e5e9 100644
--- a/ash/wm/activation_controller_delegate.h
+++ b/ash/wm/activation_controller_delegate.h
@@ -5,6 +5,8 @@
#ifndef ASH_WM_ACTIVATION_CONTROLLER_DELEGATE_H_
#define ASH_WM_ACTIVATION_CONTROLLER_DELEGATE_H_
+#include "ash/ash_export.h"
+
namespace aura {
class Window;
}
@@ -12,7 +14,7 @@ class Window;
namespace ash {
namespace internal {
-class ActivationControllerDelegate {
+class ASH_EXPORT ActivationControllerDelegate {
public:
virtual ~ActivationControllerDelegate() {}
« no previous file with comments | « ash/launcher/launcher_unittest.cc ('k') | ash/wm/ash_activation_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698