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

Unified Diff: ui/display/types/display_constants.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/display/types/chromeos/native_display_observer.h ('k') | ui/display/types/display_types_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/types/display_constants.h
diff --git a/ui/display/display_constants.h b/ui/display/types/display_constants.h
similarity index 91%
rename from ui/display/display_constants.h
rename to ui/display/types/display_constants.h
index b721fc76e0c72e62407249e979f402d04dcb17d7..cf4ee6030d18902047824980843831111836b856 100644
--- a/ui/display/display_constants.h
+++ b/ui/display/types/display_constants.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_DISPLAY_CONSTANTS_H_
-#define UI_DISPLAY_DISPLAY_CONSTANTS_H_
+#ifndef UI_DISPLAY_TYPES_DISPLAY_CONSTANTS_H_
+#define UI_DISPLAY_TYPES_DISPLAY_CONSTANTS_H_
namespace ui {
@@ -49,4 +49,4 @@ enum ColorCalibrationProfile {
} // namespace ui
-#endif // UI_DISPLAY_DISPLAY_CONSTANTS_H_
+#endif // UI_DISPLAY_TYPES_DISPLAY_CONSTANTS_H_
« no previous file with comments | « ui/display/types/chromeos/native_display_observer.h ('k') | ui/display/types/display_types_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698