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/display_switches.h

Issue 1965073002: Rename gfx::Display to display::Display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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/display_observer.h ('k') | ui/display/display_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/display_switches.h
diff --git a/ui/display/display_switches.h b/ui/display/display_switches.h
index addfb714f6588a1fa04e8e05ddd6917ad937f174..2c03c097308046d6c0a87352e0c3815e43e399b5 100644
--- a/ui/display/display_switches.h
+++ b/ui/display/display_switches.h
@@ -9,14 +9,14 @@
#include "build/build_config.h"
#include "ui/display/display_export.h"
-namespace ui {
namespace switches {
+DISPLAY_EXPORT extern const char kForceDeviceScaleFactor[];
+
#if defined(OS_CHROMEOS)
DISPLAY_EXPORT extern const char kDisableDisplayColorCalibration[];
#endif
} // namespace switches
-} // namespace ui
-#endif // UI_BASE_UI_BASE_SWITCHES_H_
+#endif // UI_DISPLAY_DISPLAY_SWITCHES_H_
« no previous file with comments | « ui/display/display_observer.h ('k') | ui/display/display_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698