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

Unified Diff: components/url_matcher/string_pattern.h

Issue 1549993003: Switch to standard integer types in components/, part 4 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/url_matcher/regex_set_matcher.cc ('k') | components/url_matcher/substring_set_matcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/url_matcher/string_pattern.h
diff --git a/components/url_matcher/string_pattern.h b/components/url_matcher/string_pattern.h
index ca5f223ec6f5a31152e2a8bfad328c6786000610..34ad21320007c78ff55d1123c63bf36d12536eaf 100644
--- a/components/url_matcher/string_pattern.h
+++ b/components/url_matcher/string_pattern.h
@@ -8,7 +8,7 @@
#include <string>
#include <vector>
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "components/url_matcher/url_matcher_export.h"
namespace url_matcher {
« no previous file with comments | « components/url_matcher/regex_set_matcher.cc ('k') | components/url_matcher/substring_set_matcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698