| Index: content/browser/renderer_host/sandbox_ipc_linux.h
|
| diff --git a/content/browser/renderer_host/sandbox_ipc_linux.h b/content/browser/renderer_host/sandbox_ipc_linux.h
|
| index 33b58c26c398692809d0af45553de2c5978e1e98..23a65e0d2153fe895b147b45f6743f9ef17dbc9c 100644
|
| --- a/content/browser/renderer_host/sandbox_ipc_linux.h
|
| +++ b/content/browser/renderer_host/sandbox_ipc_linux.h
|
| @@ -36,35 +36,35 @@ class SandboxIPCHandler : public base::DelegateSimpleThread::Delegate {
|
| void HandleRequestFromRenderer(int fd);
|
|
|
| void HandleFontMatchRequest(int fd,
|
| - PickleIterator iter,
|
| + base::PickleIterator iter,
|
| const std::vector<base::ScopedFD*>& fds);
|
|
|
| void HandleFontOpenRequest(int fd,
|
| - PickleIterator iter,
|
| + base::PickleIterator iter,
|
| const std::vector<base::ScopedFD*>& fds);
|
|
|
| void HandleGetFallbackFontForChar(int fd,
|
| - PickleIterator iter,
|
| + base::PickleIterator iter,
|
| const std::vector<base::ScopedFD*>& fds);
|
|
|
| void HandleGetStyleForStrike(int fd,
|
| - PickleIterator iter,
|
| + base::PickleIterator iter,
|
| const std::vector<base::ScopedFD*>& fds);
|
|
|
| void HandleLocaltime(int fd,
|
| - PickleIterator iter,
|
| + base::PickleIterator iter,
|
| const std::vector<base::ScopedFD*>& fds);
|
|
|
| void HandleMakeSharedMemorySegment(int fd,
|
| - PickleIterator iter,
|
| + base::PickleIterator iter,
|
| const std::vector<base::ScopedFD*>& fds);
|
|
|
| void HandleMatchWithFallback(int fd,
|
| - PickleIterator iter,
|
| + base::PickleIterator iter,
|
| const std::vector<base::ScopedFD*>& fds);
|
|
|
| void SendRendererReply(const std::vector<base::ScopedFD*>& fds,
|
| - const Pickle& reply,
|
| + const base::Pickle& reply,
|
| int reply_fd);
|
|
|
| const int lifeline_fd_;
|
|
|