summaryrefslogtreecommitdiff
path: root/chromium/ui/gfx/switches.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/gfx/switches.h')
-rw-r--r--chromium/ui/gfx/switches.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/ui/gfx/switches.h b/chromium/ui/gfx/switches.h
index 3bae4521f7d..e3cd9e7db85 100644
--- a/chromium/ui/gfx/switches.h
+++ b/chromium/ui/gfx/switches.h
@@ -5,15 +5,15 @@
#ifndef UI_GFX_SWITCHES_H_
#define UI_GFX_SWITCHES_H_
-#include "ui/base/ui_export.h"
+#include "ui/gfx/gfx_export.h"
-namespace gfx {
namespace switches {
UI_EXPORT extern const char kEnableBrowserTextSubpixelPositioning[];
UI_EXPORT extern const char kEnableWebkitTextSubpixelPositioning[];
+UI_EXPORT extern const char kForceDeviceScaleFactor[];
+UI_EXPORT extern const char kHighDPISupport[];
} // namespace switches
-} // namespace gfx
#endif // UI_GFX_SWITCHES_H_