| Index: ui/display/win/dpi.h
|
| diff --git a/ui/display/win/dpi.h b/ui/display/win/dpi.h
|
| index adc379e7a4718f825c72f95d0b30546e02911f5b..bf95fa22e5e006bf6c4cac2b104bc1f63e442ea7 100644
|
| --- a/ui/display/win/dpi.h
|
| +++ b/ui/display/win/dpi.h
|
| @@ -17,7 +17,7 @@ namespace win {
|
| // command line by --force-device-scale-factor.
|
| DISPLAY_EXPORT void SetDefaultDeviceScaleFactor(float scale);
|
|
|
| -// Deprecated. Use display::win::ScreenWin::GetScaleFactorForHWND instead.
|
| +// Deprecated. Use win::ScreenWin::GetScaleFactorForHWND instead.
|
| //
|
| // Gets the system's scale factor. For example, if the system DPI is 96 then the
|
| // scale factor is 1.0. This does not handle per-monitor DPI.
|
|
|