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

Unified Diff: ui/display/types/display_mode.h

Issue 558253003: display: Move ui/display/types/chromeos/* to ui/display/types/* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 3 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/display/types/chromeos/native_display_observer.h ('k') | ui/display/types/display_mode.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/types/display_mode.h
diff --git a/ui/display/types/chromeos/display_mode.h b/ui/display/types/display_mode.h
similarity index 86%
rename from ui/display/types/chromeos/display_mode.h
rename to ui/display/types/display_mode.h
index 092a43a0e1f5b481c223ed9b3ff28c2dada75d30..cebe5fcb6913ff0adc209963abb2be73806e0d2c 100644
--- a/ui/display/types/chromeos/display_mode.h
+++ b/ui/display/types/display_mode.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_TYPES_CHROMEOS_DISPLAY_MODE_H_
-#define UI_DISPLAY_TYPES_CHROMEOS_DISPLAY_MODE_H_
+#ifndef UI_DISPLAY_TYPES_DISPLAY_MODE_H_
+#define UI_DISPLAY_TYPES_DISPLAY_MODE_H_
#include <string>
@@ -36,4 +36,4 @@ class DISPLAY_TYPES_EXPORT DisplayMode {
} // namespace ui
-#endif // UI_DISPLAY_TYPES_CHROMEOS_DISPLAY_MODE_H_
+#endif // UI_DISPLAY_TYPES_DISPLAY_MODE_H_
« no previous file with comments | « ui/display/types/chromeos/native_display_observer.h ('k') | ui/display/types/display_mode.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698