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

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

Issue 192483007: Move chromeos/display/* to ui/display/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Include display.gyp into ChromeOS builds only Created 6 years, 9 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/display/chromeos/x11/native_display_event_dispatcher_x11.h
diff --git a/chromeos/display/native_display_event_dispatcher_x11.h b/ui/display/chromeos/x11/native_display_event_dispatcher_x11.h
similarity index 76%
rename from chromeos/display/native_display_event_dispatcher_x11.h
rename to ui/display/chromeos/x11/native_display_event_dispatcher_x11.h
index 631f71ac00e57f04c3459bbb2773068591c414b0..94034b680e4ae28d5ad3a5083e8a9d297923ac11 100644
--- a/chromeos/display/native_display_event_dispatcher_x11.h
+++ b/ui/display/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 CHROMEOS_DISPLAY_NATIVE_DISPLAY_EVENT_DISPATCHER_X11_H_
-#define CHROMEOS_DISPLAY_NATIVE_DISPLAY_EVENT_DISPATCHER_X11_H_
+#ifndef UI_DISPLAY_CHROMEOS_X11_NATIVE_DISPLAY_EVENT_DISPATCHER_X11_H_
+#define UI_DISPLAY_CHROMEOS_X11_NATIVE_DISPLAY_EVENT_DISPATCHER_X11_H_
#include "base/message_loop/message_pump_dispatcher.h"
-#include "chromeos/display/native_display_delegate_x11.h"
+#include "ui/display/chromeos/x11/native_display_delegate_x11.h"
-namespace chromeos {
+namespace ui {
-class CHROMEOS_EXPORT NativeDisplayEventDispatcherX11
+class DISPLAY_EXPORT NativeDisplayEventDispatcherX11
: public base::MessagePumpDispatcher {
public:
NativeDisplayEventDispatcherX11(
@@ -37,6 +37,6 @@ class CHROMEOS_EXPORT NativeDisplayEventDispatcherX11
DISALLOW_COPY_AND_ASSIGN(NativeDisplayEventDispatcherX11);
};
-} // namespace chromeos
+} // namespace ui
-#endif // CHROMEOS_DISPLAY_NATIVE_DISPLAY_EVENT_DISPATCHER_X11_H_
+#endif // UI_DISPLAY_CHROMEOS_X11_NATIVE_DISPLAY_EVENT_DISPATCHER_X11_H_
« no previous file with comments | « ui/display/chromeos/x11/native_display_delegate_x11.cc ('k') | ui/display/chromeos/x11/native_display_event_dispatcher_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698