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

Unified Diff: net/quic/crypto/proof_verifier.cc

Issue 20047002: net: make QUIC ProofVerifier more generic. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Can't use a token called "ERROR" on Windows. Created 7 years, 5 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: net/quic/crypto/proof_verifier.cc
diff --git a/net/cookies/cookie_store.cc b/net/quic/crypto/proof_verifier.cc
similarity index 54%
copy from net/cookies/cookie_store.cc
copy to net/quic/crypto/proof_verifier.cc
index e1b2e09100169d920052dd70c53f42e20eaef391..9ce271fe2fed1e8d89ec8e73e5b98c2e969f06b0 100644
--- a/net/cookies/cookie_store.cc
+++ b/net/quic/crypto/proof_verifier.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/cookies/cookie_store.h"
-
-#include "net/cookies/cookie_options.h"
+#include "net/quic/crypto/proof_verifier.h"
namespace net {
-CookieStore::CookieStore() {}
+ProofVerifyDetails::~ProofVerifyDetails() {}
+
+ProofVerifierCallback::~ProofVerifierCallback() {}
-CookieStore::~CookieStore() {}
+ProofVerifier::~ProofVerifier() {}
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698