| Index: ipc/ipc_logging.cc
|
| diff --git a/ipc/ipc_logging.cc b/ipc/ipc_logging.cc
|
| index da80b14dc95af54215f0fd35632fcbd5e3635d22..20a1a13ed008851d8763950ae6051ffd7537eeac 100644
|
| --- a/ipc/ipc_logging.cc
|
| +++ b/ipc/ipc_logging.cc
|
| @@ -167,7 +167,7 @@ void Logging::OnPostDispatchMessage(const Message& message,
|
| }
|
| }
|
|
|
| -void Logging::GetMessageText(uint32 type, std::string* name,
|
| +void Logging::GetMessageText(uint32_t type, std::string* name,
|
| const Message* message,
|
| std::string* params) {
|
| if (!log_function_map_)
|
|
|