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

Unified Diff: ui/aura_shell/activation_controller.h

Issue 8911010: Aura: Fix linux component build (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 | « no previous file | ui/aura_shell/shelf_layout_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/activation_controller.h
diff --git a/ui/aura_shell/activation_controller.h b/ui/aura_shell/activation_controller.h
index 226c26c0ce86cd653db5ed570211db2971a9acb8..0a4e1290dbc2def96e532a8a4cbad19e73de02a3 100644
--- a/ui/aura_shell/activation_controller.h
+++ b/ui/aura_shell/activation_controller.h
@@ -12,13 +12,15 @@
#include "ui/aura/client/activation_client.h"
#include "ui/aura/root_window_observer.h"
#include "ui/aura/window_observer.h"
+#include "ui/aura_shell/aura_shell_export.h"
namespace aura_shell {
namespace internal {
-class ActivationController : public aura::ActivationClient,
- public aura::WindowObserver,
- public aura::RootWindowObserver {
+// Exported for unit tests.
+class AURA_SHELL_EXPORT ActivationController : public aura::ActivationClient,
+ public aura::WindowObserver,
+ public aura::RootWindowObserver {
public:
ActivationController();
virtual ~ActivationController();
« no previous file with comments | « no previous file | ui/aura_shell/shelf_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698