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

Unified Diff: ui/ozone/common/chromeos/native_display_delegate_ozone.h

Issue 230763004: Split ui/display types into separate module and have Ozone depend on it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 8 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/DEPS ('k') | ui/ozone/common/chromeos/native_display_delegate_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/common/chromeos/native_display_delegate_ozone.h
diff --git a/ui/display/chromeos/ozone/native_display_delegate_ozone.h b/ui/ozone/common/chromeos/native_display_delegate_ozone.h
similarity index 87%
rename from ui/display/chromeos/ozone/native_display_delegate_ozone.h
rename to ui/ozone/common/chromeos/native_display_delegate_ozone.h
index cb0117186e9e6fc353463659d05ae9072f7d6e17..cb61bd7c14fb51e90f700ce9ca712f5c88c58ab4 100644
--- a/ui/display/chromeos/ozone/native_display_delegate_ozone.h
+++ b/ui/ozone/common/chromeos/native_display_delegate_ozone.h
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_DISPLAY_CHROMEOS_OZONE_NATIVE_DISPLAY_DELEGATE_OZONE_H_
-#define UI_DISPLAY_CHROMEOS_OZONE_NATIVE_DISPLAY_DELEGATE_OZONE_H_
+#ifndef UI_OZONE_COMMON_CHROMEOS_NATIVE_DISPLAY_DELEGATE_OZONE_H_
+#define UI_OZONE_COMMON_CHROMEOS_NATIVE_DISPLAY_DELEGATE_OZONE_H_
#include "base/macros.h"
-#include "ui/display/chromeos/native_display_delegate.h"
+#include "ui/display/types/chromeos/native_display_delegate.h"
namespace ui {
@@ -48,4 +48,4 @@ class NativeDisplayDelegateOzone : public NativeDisplayDelegate {
} // namespace ui
-#endif // UI_DISPLAY_CHROMEOS_OZONE_NATIVE_DISPLAY_DELEGATE_OZONE_H_
+#endif // UI_OZONE_COMMON_CHROMEOS_NATIVE_DISPLAY_DELEGATE_OZONE_H_
« no previous file with comments | « ui/ozone/DEPS ('k') | ui/ozone/common/chromeos/native_display_delegate_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698