| Index: chrome/common/logging_chrome.cc
|
| ===================================================================
|
| --- chrome/common/logging_chrome.cc (revision 68536)
|
| +++ chrome/common/logging_chrome.cc (working copy)
|
| @@ -238,7 +238,7 @@
|
| "Attempted to initialize logging when it was already initialized.";
|
|
|
| #if defined(OS_POSIX) && defined(IPC_MESSAGE_LOG_ENABLED)
|
| - IPC::Logging::SetLoggerFunctions(g_log_function_mapping);
|
| + IPC::Logging::set_log_function_map(&g_log_function_mapping);
|
| #endif
|
|
|
| FilePath log_path = GetLogFileName();
|
|
|