| Index: ipc/ipc_logging.cc
|
| diff --git a/ipc/ipc_logging.cc b/ipc/ipc_logging.cc
|
| index 3db4e676d15c50911d280bad7f42b721dc545e71..da80b14dc95af54215f0fd35632fcbd5e3635d22 100644
|
| --- a/ipc/ipc_logging.cc
|
| +++ b/ipc/ipc_logging.cc
|
| @@ -110,7 +110,7 @@ void Logging::SetIPCSender(IPC::Sender* sender) {
|
|
|
| void Logging::OnReceivedLoggingMessage(const Message& message) {
|
| std::vector<LogData> data;
|
| - PickleIterator iter(message);
|
| + base::PickleIterator iter(message);
|
| if (!ReadParam(&message, &iter, &data))
|
| return;
|
|
|
|
|