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

Unified Diff: components/safe_browsing_db/v4_database.h

Issue 2838193002: Split the ScopedSubresourceFilterFeatureToggle into two helper classes. (Closed)
Patch Set: Rebase. Created 3 years, 8 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: components/safe_browsing_db/v4_database.h
diff --git a/components/safe_browsing_db/v4_database.h b/components/safe_browsing_db/v4_database.h
index 0fc398dcfb928891510b019b69d2915114116399..9d76682e0d57415a5220798d5c21055b63b6747f 100644
--- a/components/safe_browsing_db/v4_database.h
+++ b/components/safe_browsing_db/v4_database.h
@@ -20,7 +20,7 @@
#include "components/safe_browsing_db/v4_store.h"
namespace subresource_filter {
-class SubresourceFilterBrowserTestImpl;
+class SubresourceFilterBrowserTest;
}
namespace safe_browsing {
@@ -165,7 +165,7 @@ class V4Database {
const std::unique_ptr<StoreMap> store_map_;
private:
- friend class subresource_filter::SubresourceFilterBrowserTestImpl;
+ friend class subresource_filter::SubresourceFilterBrowserTest;
friend class V4DatabaseFactory;
friend class V4DatabaseTest;
friend class V4SafeBrowsingServiceTest;

Powered by Google App Engine
This is Rietveld 408576698