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

Unified Diff: net/base/dnssec_chain_verifier.h

Issue 3412016: FBTF: Move a bunch of code to the headers and remove includes. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Rebase + fixed windows issues locally Created 10 years, 3 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/cookie_monster.cc ('k') | net/base/dnssec_chain_verifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/dnssec_chain_verifier.h
diff --git a/net/base/dnssec_chain_verifier.h b/net/base/dnssec_chain_verifier.h
index d896c6cb36243b889888ae8b01aceed5935edced..60376c0e983cc5715ac8f42c8e994a36ce9fa75c 100644
--- a/net/base/dnssec_chain_verifier.h
+++ b/net/base/dnssec_chain_verifier.h
@@ -10,7 +10,6 @@
#include <vector>
#include "base/string_piece.h"
-#include "net/base/dnssec_keyset.h"
namespace net {
@@ -67,14 +66,7 @@ class DNSSECChainVerifier {
base::StringPiece b);
private:
- struct Zone {
- base::StringPiece name;
- // The number of consecutive labels which |name| shares with |target_|,
- // counting right-to-left from the root.
- unsigned matching_labels;
- DNSSECKeySet trusted_keys;
- Zone* prev;
- };
+ struct Zone;
bool U8(uint8*);
bool U16(uint16*);
« no previous file with comments | « net/base/cookie_monster.cc ('k') | net/base/dnssec_chain_verifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698