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

Unified Diff: net/cert/signed_certificate_timestamp.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 | « net/base/io_buffer.h ('k') | net/cert/x509_certificate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/signed_certificate_timestamp.h
diff --git a/net/cert/signed_certificate_timestamp.h b/net/cert/signed_certificate_timestamp.h
index de9d369781db027e44512ba887dde02db5e5a503..671c250fdc82689957a303ea63c99e50be51ca50 100644
--- a/net/cert/signed_certificate_timestamp.h
+++ b/net/cert/signed_certificate_timestamp.h
@@ -13,8 +13,10 @@
#include "net/base/hash_value.h"
#include "net/base/net_export.h"
+namespace base {
class Pickle;
class PickleIterator;
+}
namespace net {
@@ -105,9 +107,9 @@ struct NET_EXPORT SignedCertificateTimestamp
SignedCertificateTimestamp();
- void Persist(Pickle* pickle);
+ void Persist(base::Pickle* pickle);
static scoped_refptr<SignedCertificateTimestamp> CreateFromPickle(
- PickleIterator* iter);
+ base::PickleIterator* iter);
Version version;
std::string log_id;
« no previous file with comments | « net/base/io_buffer.h ('k') | net/cert/x509_certificate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698