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

Unified Diff: ui/display/chromeos/x11/native_display_delegate_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_delegate_x11.h
diff --git a/chromeos/display/native_display_delegate_x11.h b/ui/display/chromeos/x11/native_display_delegate_x11.h
similarity index 94%
rename from chromeos/display/native_display_delegate_x11.h
rename to ui/display/chromeos/x11/native_display_delegate_x11.h
index 9e7393b34587117d3891ca913c7518b585c56338..bfa94edeb102cdb5baf80b5e833a66de121737bc 100644
--- a/chromeos/display/native_display_delegate_x11.h
+++ b/ui/display/chromeos/x11/native_display_delegate_x11.h
@@ -2,14 +2,14 @@
// 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_DELEGATE_X11_H_
-#define CHROMEOS_DISPLAY_NATIVE_DISPLAY_DELEGATE_X11_H_
+#ifndef UI_DISPLAY_CHROMEOS_X11_NATIVE_DISPLAY_DELEGATE_X11_H_
+#define UI_DISPLAY_CHROMEOS_X11_NATIVE_DISPLAY_DELEGATE_X11_H_
#include <vector>
#include "base/basictypes.h"
#include "base/compiler_specific.h"
-#include "chromeos/display/native_display_delegate.h"
+#include "ui/display/chromeos/native_display_delegate.h"
typedef XID Window;
@@ -20,7 +20,7 @@ typedef _XRROutputInfo XRROutputInfo;
struct _XRRScreenResources;
typedef _XRRScreenResources XRRScreenResources;
-namespace chromeos {
+namespace ui {
class NativeDisplayEventDispatcherX11;
@@ -128,6 +128,6 @@ class NativeDisplayDelegateX11 : public NativeDisplayDelegate {
DISALLOW_COPY_AND_ASSIGN(NativeDisplayDelegateX11);
};
-} // namespace chromeos
+} // namespace ui
-#endif // CHROMEOS_DISPLAY_NATIVE_DISPLAY_DELEGATE_X11_H_
+#endif // UI_DISPLAY_CHROMEOS_X11_NATIVE_DISPLAY_DELEGATE_X11_H_
« no previous file with comments | « ui/display/chromeos/x11/display_util_unittest.cc ('k') | ui/display/chromeos/x11/native_display_delegate_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698