| Index: ppapi/proxy/serialized_var.cc
|
| diff --git a/ppapi/proxy/serialized_var.cc b/ppapi/proxy/serialized_var.cc
|
| index eb7ba4efe70aa30836d062aa88f799e6842b9825..4d3ecff0c4e9f43b39b1332d21f39f2f2876cd01 100644
|
| --- a/ppapi/proxy/serialized_var.cc
|
| +++ b/ppapi/proxy/serialized_var.cc
|
| @@ -135,7 +135,7 @@ void SerializedVar::Inner::WriteDataToMessage(
|
| }
|
|
|
| bool SerializedVar::Inner::ReadFromMessage(const IPC::Message* m,
|
| - PickleIterator* iter) {
|
| + base::PickleIterator* iter) {
|
| #ifndef NDEBUG
|
| // We should only deserialize something once or will end up with leaked
|
| // references.
|
|
|