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

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

Issue 192483007: Move chromeos/display/* to ui/display/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix formatting 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/touchscreen_delegate_x11.h
diff --git a/chromeos/display/touchscreen_delegate_x11.h b/ui/display/chromeos/x11/touchscreen_delegate_x11.h
similarity index 74%
rename from chromeos/display/touchscreen_delegate_x11.h
rename to ui/display/chromeos/x11/touchscreen_delegate_x11.h
index 99cae0675e824b0a124ca351a27fa99534fd8678..df265f16c651d910682d5331fc2f1d62a7d1bcbc 100644
--- a/chromeos/display/touchscreen_delegate_x11.h
+++ b/ui/display/chromeos/x11/touchscreen_delegate_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_TOUCHSCREEN_DELEGATE_X11_H_
-#define CHROMEOS_DISPLAY_TOUCHSCREEN_DELEGATE_X11_H_
+#ifndef UI_DISPLAY_CHROMEOS_X11_TOUCHSCREEN_DELEGATE_X11_H_
+#define UI_DISPLAY_CHROMEOS_X11_TOUCHSCREEN_DELEGATE_X11_H_
-#include "chromeos/display/output_configurator.h"
+#include "ui/display/chromeos/output_configurator.h"
struct _XDisplay;
typedef struct _XDisplay Display;
-namespace chromeos {
+namespace ui {
class TouchscreenDelegateX11 : public OutputConfigurator::TouchscreenDelegate {
public:
@@ -30,6 +30,6 @@ class TouchscreenDelegateX11 : public OutputConfigurator::TouchscreenDelegate {
DISALLOW_COPY_AND_ASSIGN(TouchscreenDelegateX11);
};
-} // namespace chromeos
+} // namespace ui
-#endif // CHROMEOS_DISPLAY_TOUCHSCREEN_DELEGATE_X11_H_
+#endif // UI_DISPLAY_CHROMEOS_X11_TOUCHSCREEN_DELEGATE_X11_H_

Powered by Google App Engine
This is Rietveld 408576698