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

Unified Diff: content/child/npapi/npruntime_util.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 | « content/browser/zygote_host/zygote_host_impl_linux.h ('k') | content/child/plugin_param_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/npapi/npruntime_util.h
diff --git a/content/child/npapi/npruntime_util.h b/content/child/npapi/npruntime_util.h
index 8d02b8e123dde119ed2d89c5a992f125a9cdd034..f0ddabba620e37b5e6fa688d221e10e14f6ab65b 100644
--- a/content/child/npapi/npruntime_util.h
+++ b/content/child/npapi/npruntime_util.h
@@ -7,14 +7,16 @@
#include "third_party/npapi/bindings/npruntime.h"
+namespace base {
class Pickle;
class PickleIterator;
+}
namespace content {
// Efficiently serialize/deserialize a NPIdentifier
-bool SerializeNPIdentifier(NPIdentifier identifier, Pickle* pickle);
-bool DeserializeNPIdentifier(PickleIterator* pickle_iter,
+bool SerializeNPIdentifier(NPIdentifier identifier, base::Pickle* pickle);
+bool DeserializeNPIdentifier(base::PickleIterator* pickle_iter,
NPIdentifier* identifier);
} // namespace content
« no previous file with comments | « content/browser/zygote_host/zygote_host_impl_linux.h ('k') | content/child/plugin_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698