Index: net/cert/internal/trust_store_in_memory.h |
diff --git a/net/cert/internal/trust_store_in_memory.h b/net/cert/internal/trust_store_in_memory.h |
index 1c4909e5ff7fb2f957f3a780a399a9a113c2a1f9..45b5123caf14d42026f0bbbc9d9a8588d050a81e 100644 |
--- a/net/cert/internal/trust_store_in_memory.h |
+++ b/net/cert/internal/trust_store_in_memory.h |
@@ -14,10 +14,6 @@ |
namespace net { |
-namespace der { |
-class Input; |
-} |
- |
// A very simple implementation of a TrustStore, which contains a set of |
// trust anchors. |
class NET_EXPORT TrustStoreInMemory : public TrustStore { |