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_ |