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

Unified Diff: components/subresource_filter/core/common/url_pattern_index.h

Issue 2862853002: Move UrlPatternIndex-specific tests from indexed_ruleset_unittest. (Closed)
Patch Set: Address comments from engedy@. Created 3 years, 7 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/subresource_filter/core/common/url_pattern_index.h
diff --git a/components/subresource_filter/core/common/url_pattern_index.h b/components/subresource_filter/core/common/url_pattern_index.h
index adeade650483f96224942368a577f567ea4f307e..30224dce7680cf873b2d8697f285b67abd88ab5d 100644
--- a/components/subresource_filter/core/common/url_pattern_index.h
+++ b/components/subresource_filter/core/common/url_pattern_index.h
@@ -11,7 +11,7 @@
#include <vector>
#include "base/macros.h"
-#include "base/strings/string_piece.h"
+#include "base/strings/string_piece_forward.h"
#include "components/subresource_filter/core/common/closed_hash_map.h"
#include "components/subresource_filter/core/common/flat/url_pattern_index_generated.h"
#include "components/subresource_filter/core/common/proto/rules.pb.h"

Powered by Google App Engine
This is Rietveld 408576698