Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(334)

Unified Diff: content/browser/renderer_host/sandbox_ipc_linux.h

Issue 1149113006: Move Pickle to base namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sessions/session_command.h ('k') | content/browser/zygote_host/zygote_host_impl_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « components/sessions/session_command.h ('k') | content/browser/zygote_host/zygote_host_impl_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698