diff options
Diffstat (limited to 'chrome/service/service_utility_process_host.cc')
-rw-r--r-- | chrome/service/service_utility_process_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/service/service_utility_process_host.cc b/chrome/service/service_utility_process_host.cc index fd86652..a49e434 100644 --- a/chrome/service/service_utility_process_host.cc +++ b/chrome/service/service_utility_process_host.cc @@ -157,7 +157,7 @@ bool ServiceUtilityProcessHost::MessageForClient(const IPC::Message& message) { } #if defined(OS_WIN) // This hack is Windows-specific. -void ServiceUtilityProcessHost::OnPreCacheFont(LOGFONT font) { +void ServiceUtilityProcessHost::OnPreCacheFont(const LOGFONT& font) { PreCacheFont(font); } #endif // OS_WIN |