| Index: ui/base/win/dpi_setup.h
|
| diff --git a/ui/base/win/dpi_setup.h b/ui/base/win/dpi_setup.h
|
| index a88584996f0da9e1a35065b7f37d51f40cae990a..5837153d9fd0beb57b32950dcfcdfb83fb387259 100644
|
| --- a/ui/base/win/dpi_setup.h
|
| +++ b/ui/base/win/dpi_setup.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef UI_BASE_WIN_DPI_SETUP_H_
|
| #define UI_BASE_WIN_DPI_SETUP_H_
|
|
|
| -#include "ui/base/ui_export.h"
|
| +#include "ui/base/ui_base_export.h"
|
|
|
| namespace ui {
|
| namespace win {
|
| @@ -14,7 +14,7 @@ namespace win {
|
| // the best available scale based on the screen's pixel density. This can be
|
| // affected (overridden) by --force-device-scale-factor=x
|
| // This function can be called only once for the lifetime of a process.
|
| -UI_EXPORT void InitDeviceScaleFactor();
|
| +UI_BASE_EXPORT void InitDeviceScaleFactor();
|
|
|
| } // namespace win
|
| } // namespace ui
|
|
|