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

Unified Diff: ui/ozone/public/event_factory_ozone.h

Issue 312393002: ozone: Move the factory interfaces into a common target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge-r278697 Created 6 years, 6 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
« no previous file with comments | « ui/ozone/public/cursor_factory_ozone.cc ('k') | ui/ozone/public/event_factory_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/public/event_factory_ozone.h
diff --git a/ui/events/ozone/event_factory_ozone.h b/ui/ozone/public/event_factory_ozone.h
similarity index 84%
rename from ui/events/ozone/event_factory_ozone.h
rename to ui/ozone/public/event_factory_ozone.h
index 882ebb184c332248ad751911c8598a22e7683126..bbca9fdf107cb5674a630f25db93534276ae5983 100644
--- a/ui/events/ozone/event_factory_ozone.h
+++ b/ui/ozone/public/event_factory_ozone.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_EVENTS_OZONE_EVENT_FACTORY_OZONE_H_
-#define UI_EVENTS_OZONE_EVENT_FACTORY_OZONE_H_
+#ifndef UI_OZONE_PUBLIC_EVENT_FACTORY_OZONE_H_
+#define UI_OZONE_PUBLIC_EVENT_FACTORY_OZONE_H_
#include <map>
#include "base/memory/scoped_ptr.h"
#include "base/message_loop/message_pump_libevent.h"
-#include "ui/events/ozone/events_ozone_export.h"
#include "ui/gfx/native_widget_types.h"
+#include "ui/ozone/ozone_base_export.h"
namespace gfx {
class PointF;
@@ -25,7 +25,7 @@ class Event;
// Ozone presumes that the set of file descriptors can vary at runtime so this
// class supports dynamically adding and removing |EventConverterOzone|
// instances as necessary.
-class EVENTS_OZONE_EXPORT EventFactoryOzone {
+class OZONE_BASE_EXPORT EventFactoryOzone {
public:
EventFactoryOzone();
virtual ~EventFactoryOzone();
@@ -47,4 +47,4 @@ class EVENTS_OZONE_EXPORT EventFactoryOzone {
} // namespace ui
-#endif // UI_EVENTS_OZONE_EVENT_FACTORY_OZONE_H_
+#endif // UI_OZONE_PUBLIC_EVENT_FACTORY_OZONE_H_
« no previous file with comments | « ui/ozone/public/cursor_factory_ozone.cc ('k') | ui/ozone/public/event_factory_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698