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

Unified Diff: components/safe_browsing_db/test_database_manager.h

Issue 2511973004: components: Cleanup class/struct fwd declarations (Closed)
Patch Set: Rebase on top of current master branch 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
« no previous file with comments | « components/safe_browsing_db/database_manager.h ('k') | components/safe_json/safe_json_parser_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_browsing_db/test_database_manager.h
diff --git a/components/safe_browsing_db/test_database_manager.h b/components/safe_browsing_db/test_database_manager.h
index 22239d94539e67324412fb638aa9fa04383d22ef..3dbf27512aa8f6d5b97ca0c0cecc68840d672ae2 100644
--- a/components/safe_browsing_db/test_database_manager.h
+++ b/components/safe_browsing_db/test_database_manager.h
@@ -11,14 +11,8 @@
#include "components/safe_browsing_db/database_manager.h"
-namespace net {
-class URLRequestContextGetter;
-}
-
namespace safe_browsing {
-struct V4ProtocolConfig;
-
// This is a non-pure-virtual implementation of the SafeBrowsingDatabaseManager
// interface. It's used in tests by overriding only the functions that get
// called, and it'll complain if you call one that isn't overriden. The
« no previous file with comments | « components/safe_browsing_db/database_manager.h ('k') | components/safe_json/safe_json_parser_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698