| Index: chrome_frame/cfproxy_support.cc
|
| diff --git a/chrome_frame/cfproxy_support.cc b/chrome_frame/cfproxy_support.cc
|
| index 903397d816a8cb6c0505a3588d40a8b16c90e691..0e5e966cd04003ac96262b7797e57487ddd08fc0 100644
|
| --- a/chrome_frame/cfproxy_support.cc
|
| +++ b/chrome_frame/cfproxy_support.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -32,7 +32,7 @@ void DispatchReplyFail(uint32 type,
|
| bool DispatchReplyOk(const IPC::Message* reply_msg, uint32 type,
|
| ChromeProxyDelegate* delegate, SyncMessageContext* ctx,
|
| TabsMap* tab2delegate) {
|
| - void* iter = IPC::SyncMessage::GetDataIterator(reply_msg);
|
| + PickleIterator iter = IPC::SyncMessage::GetDataIterator(reply_msg);
|
| switch (type) {
|
| case AutomationMsg_CreateExternalTab::ID: {
|
| // Tuple4<HWND, HWND, int, int> out;
|
|
|