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

Unified Diff: components/subresource_filter/core/common/unindexed_ruleset.cc

Issue 2523663002: Remove remaining base dependencies from base/numerics (Closed)
Patch Set: IWYU fixes #5 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: components/subresource_filter/core/common/unindexed_ruleset.cc
diff --git a/components/subresource_filter/core/common/unindexed_ruleset.cc b/components/subresource_filter/core/common/unindexed_ruleset.cc
index 641a73d906d1b9991db7e5364dd06921269188ad..12a4f5d446bb58f614159ce5a01a5f4b545e6329 100644
--- a/components/subresource_filter/core/common/unindexed_ruleset.cc
+++ b/components/subresource_filter/core/common/unindexed_ruleset.cc
@@ -4,6 +4,7 @@
#include "components/subresource_filter/core/common/unindexed_ruleset.h"
+#include "base/logging.h"
#include "base/numerics/safe_conversions.h"
namespace subresource_filter {

Powered by Google App Engine
This is Rietveld 408576698