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

Unified Diff: ui/aura/desktop/desktop_activation_client.h

Issue 11368010: Move aura shared and desktop classes to the views target. Note that the files don't actually move, … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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/demo/demo_main.cc ('k') | ui/aura/desktop/desktop_cursor_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/desktop/desktop_activation_client.h
===================================================================
--- ui/aura/desktop/desktop_activation_client.h (revision 165738)
+++ ui/aura/desktop/desktop_activation_client.h (working copy)
@@ -8,12 +8,12 @@
#include "base/basictypes.h"
#include "base/observer_list.h"
#include "base/scoped_observer.h"
-#include "ui/aura/aura_export.h"
#include "ui/aura/client/activation_client.h"
#include "ui/aura/env_observer.h"
#include "ui/aura/focus_change_observer.h"
#include "ui/aura/root_window_observer.h"
#include "ui/aura/window_observer.h"
+#include "ui/views/views_export.h"
namespace aura {
class FocusManager;
@@ -24,9 +24,9 @@
// An activation client that handles activation events in a single
// RootWindow. Used only on the Desktop where there can be multiple RootWindow
// objects.
-class AURA_EXPORT DesktopActivationClient : public client::ActivationClient,
- public WindowObserver,
- public FocusChangeObserver {
+class VIEWS_EXPORT DesktopActivationClient : public client::ActivationClient,
+ public WindowObserver,
+ public FocusChangeObserver {
public:
explicit DesktopActivationClient(FocusManager* focus_manager);
virtual ~DesktopActivationClient();
« no previous file with comments | « ui/aura/demo/demo_main.cc ('k') | ui/aura/desktop/desktop_cursor_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698