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

Unified Diff: chrome/common/render_messages.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
Index: chrome/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index e0bcb304a54fcab82ed46e64c2869876a5141177..1c96162deb9b49c1ceb229ef430c9b857eee1098 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -63,7 +63,7 @@ template <>
struct ParamTraits<ContentSettingsPattern> {
typedef ContentSettingsPattern param_type;
static void Write(Message* m, const param_type& p);
- static bool Read(const Message* m, PickleIterator* iter, param_type* r);
+ static bool Read(const Message* m, base::PickleIterator* iter, param_type* r);
static void Log(const param_type& p, std::string* l);
};
« no previous file with comments | « chrome/common/content_settings_pattern_serializer.h ('k') | chrome/common/safe_browsing/ipc_protobuf_message_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698