Index: chrome/app/chrome_exe_main_win.cc |
diff --git a/chrome/app/chrome_exe_main_win.cc b/chrome/app/chrome_exe_main_win.cc |
index f1f5fc46801ae9e9f16f973983c310259cec88a5..a3e4e5e2eacad79aa51bdc8700afb434a16dca8b 100644 |
--- a/chrome/app/chrome_exe_main_win.cc |
+++ b/chrome/app/chrome_exe_main_win.cc |
@@ -95,7 +95,7 @@ typedef enum MONITOR_DPI_TYPE { |
// Win8.1 supports monitor-specific DPI scaling. |
bool SetProcessDpiAwarenessWrapper(PROCESS_DPI_AWARENESS value) { |
- typedef BOOL(WINAPI *SetProcessDpiAwarenessPtr)(PROCESS_DPI_AWARENESS); |
+ typedef HRESULT(WINAPI *SetProcessDpiAwarenessPtr)(PROCESS_DPI_AWARENESS); |
SetProcessDpiAwarenessPtr set_process_dpi_awareness_func = |
reinterpret_cast<SetProcessDpiAwarenessPtr>( |
GetProcAddress(GetModuleHandleA("user32.dll"), |