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

Unified Diff: ui/display/manager/chromeos/x11/native_display_event_dispatcher_x11.h

Issue 2540313002: Split //ui/display and create //ui/display/manager. (Closed)
Patch Set: Cleanup export header. Created 4 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
Index: ui/display/manager/chromeos/x11/native_display_event_dispatcher_x11.h
diff --git a/ui/display/chromeos/x11/native_display_event_dispatcher_x11.h b/ui/display/manager/chromeos/x11/native_display_event_dispatcher_x11.h
similarity index 80%
rename from ui/display/chromeos/x11/native_display_event_dispatcher_x11.h
rename to ui/display/manager/chromeos/x11/native_display_event_dispatcher_x11.h
index 399063eeef6c211c50fac1ead00790d1c6651e22..511c4225587dda3918713bee05ee42a1f566c07c 100644
--- a/ui/display/chromeos/x11/native_display_event_dispatcher_x11.h
+++ b/ui/display/manager/chromeos/x11/native_display_event_dispatcher_x11.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_DISPLAY_CHROMEOS_X11_NATIVE_DISPLAY_EVENT_DISPATCHER_X11_H_
-#define UI_DISPLAY_CHROMEOS_X11_NATIVE_DISPLAY_EVENT_DISPATCHER_X11_H_
+#ifndef UI_DISPLAY_MANAGER_CHROMEOS_X11_NATIVE_DISPLAY_EVENT_DISPATCHER_X11_H_
+#define UI_DISPLAY_MANAGER_CHROMEOS_X11_NATIVE_DISPLAY_EVENT_DISPATCHER_X11_H_
#include <stdint.h>
#include "base/macros.h"
#include "base/time/tick_clock.h"
#include "base/time/time.h"
-#include "ui/display/chromeos/x11/native_display_delegate_x11.h"
+#include "ui/display/manager/chromeos/x11/native_display_delegate_x11.h"
#include "ui/events/platform/platform_event_dispatcher.h"
namespace ui {
@@ -19,7 +19,7 @@ namespace ui {
// correspond to output add/remove events. Note that Output add/remove events
// are sent in response to our own reconfiguration operations so spurious events
// are common. Spurious events will have no effect.
-class DISPLAY_EXPORT NativeDisplayEventDispatcherX11
+class DISPLAY_MANAGER_EXPORT NativeDisplayEventDispatcherX11
: public ui::PlatformEventDispatcher {
public:
NativeDisplayEventDispatcherX11(
@@ -52,4 +52,4 @@ class DISPLAY_EXPORT NativeDisplayEventDispatcherX11
} // namespace ui
-#endif // UI_DISPLAY_CHROMEOS_X11_NATIVE_DISPLAY_EVENT_DISPATCHER_X11_H_
+#endif // UI_DISPLAY_MANAGER_CHROMEOS_X11_NATIVE_DISPLAY_EVENT_DISPATCHER_X11_H_

Powered by Google App Engine
This is Rietveld 408576698