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

Unified Diff: net/cert/internal/trust_store_collection.h

Issue 2531373002: net: Cleanup class/struct forward declarations (Closed)
Patch Set: Created 4 years, 1 month 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/cert/internal/trust_store_collection.h
diff --git a/net/cert/internal/trust_store_collection.h b/net/cert/internal/trust_store_collection.h
index ec9d49fd8e28b085dd242deb1410fbcf6ff1ebb3..ffb832e531d050e4acae12ad7aed459345d2dd7f 100644
--- a/net/cert/internal/trust_store_collection.h
+++ b/net/cert/internal/trust_store_collection.h
@@ -9,10 +9,6 @@
#include "net/base/net_export.h"
#include "net/cert/internal/trust_store.h"
-namespace base {
-class TaskRunner;
-}
-
namespace net {
// TrustStoreCollection is an implementation of TrustStore which combines the

Powered by Google App Engine
This is Rietveld 408576698