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

Unified Diff: ui/display/types/chromeos/native_display_observer.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: 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
Index: ui/display/types/chromeos/native_display_observer.h
diff --git a/ui/display/chromeos/native_display_observer.h b/ui/display/types/chromeos/native_display_observer.h
similarity index 70%
rename from ui/display/chromeos/native_display_observer.h
rename to ui/display/types/chromeos/native_display_observer.h
index 189aa99ccf572ade4a38c54007037f104eb8b832..55a040555046b40ad9cf12d588b13739547f2952 100644
--- a/ui/display/chromeos/native_display_observer.h
+++ b/ui/display/types/chromeos/native_display_observer.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_DISPLAY_CHROMEOS_NATIVE_DISPLAY_OBSERVER_H_
-#define UI_DISPLAY_CHROMEOS_NATIVE_DISPLAY_OBSERVER_H_
+#ifndef UI_DISPLAY_TYPES_CHROMEOS_NATIVE_DISPLAY_OBSERVER_H_
+#define UI_DISPLAY_TYPES_CHROMEOS_NATIVE_DISPLAY_OBSERVER_H_
namespace ui {
@@ -18,4 +18,4 @@ class NativeDisplayObserver {
} // namespace ui
-#endif // UI_DISPLAY_CHROMEOS_NATIVE_DISPLAY_OBSERVER_H_
+#endif // UI_DISPLAY_TYPES_CHROMEOS_NATIVE_DISPLAY_OBSERVER_H_

Powered by Google App Engine
This is Rietveld 408576698