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

Unified Diff: chrome/common/safe_browsing/protobuf_message_param_traits.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/safe_browsing/protobuf_message_param_traits.h
diff --git a/chrome/common/safe_browsing/protobuf_message_param_traits.h b/chrome/common/safe_browsing/protobuf_message_param_traits.h
index b2e5ef4490b79c52892a7ef728a9664c1396eaab..46890e41aff2d4f20ba185605caad9b544f0bf4e 100644
--- a/chrome/common/safe_browsing/protobuf_message_param_traits.h
+++ b/chrome/common/safe_browsing/protobuf_message_param_traits.h
@@ -24,7 +24,9 @@ struct ParamTraits<google::protobuf::RepeatedPtrField<Element>> {
WriteParam(m, element);
}
- static bool Read(const Message* m, PickleIterator* iter, param_type* p) {
+ static bool Read(const Message* m,
+ base::PickleIterator* iter,
+ param_type* p) {
int size;
if (!iter->ReadLength(&size) || size < 0)
return false;
« no previous file with comments | « chrome/common/safe_browsing/ipc_protobuf_message_macros.h ('k') | chrome/common/safe_browsing/protobuf_message_read_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698