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

Unified Diff: ui/aura/shared/compound_event_filter.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, 2 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
Index: ui/aura/shared/compound_event_filter.h
===================================================================
--- ui/aura/shared/compound_event_filter.h (revision 165176)
+++ ui/aura/shared/compound_event_filter.h (working copy)
@@ -7,8 +7,8 @@
#include "base/compiler_specific.h"
#include "base/observer_list.h"
-#include "ui/aura/aura_export.h"
#include "ui/aura/event_filter.h"
+#include "ui/views/views_export.h"
namespace ui {
class GestureEvent;
@@ -32,7 +32,7 @@
// consumed by any of those filters. If an event is consumed by a filter, the
// rest of the filter(s) and CompoundEventFilter will not see the consumed
// event.
-class AURA_EXPORT CompoundEventFilter : public EventFilter {
+class VIEWS_EXPORT CompoundEventFilter : public EventFilter {
public:
CompoundEventFilter();
virtual ~CompoundEventFilter();

Powered by Google App Engine
This is Rietveld 408576698