summaryrefslogtreecommitdiffstats
path: root/components/url_matcher/url_matcher_export.h
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2015-07-21 09:07:43 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-21 16:08:16 +0000
commitffddb9aa7a796b6a267f1fc9702bd4e9b1904840 (patch)
treeadebfbcfc312e4ffb405d0e3ee5ae006103ac36f /components/url_matcher/url_matcher_export.h
parent8cb2b4884147aba5fbffcc5ebe5026498b4ab463 (diff)
downloadchromium_src-ffddb9aa7a796b6a267f1fc9702bd4e9b1904840.zip
chromium_src-ffddb9aa7a796b6a267f1fc9702bd4e9b1904840.tar.gz
chromium_src-ffddb9aa7a796b6a267f1fc9702bd4e9b1904840.tar.bz2
url_matcher: Fix BASE_PREFS typo in url_matcher_export.h
s/BASE_PREFS/URL_MATCHER BUG=None R=battre@chromium.org Review URL: https://codereview.chromium.org/1245923003 Cr-Commit-Position: refs/heads/master@{#339661}
Diffstat (limited to 'components/url_matcher/url_matcher_export.h')
-rw-r--r--components/url_matcher/url_matcher_export.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/url_matcher/url_matcher_export.h b/components/url_matcher/url_matcher_export.h
index 82a0181..7fabf8d 100644
--- a/components/url_matcher/url_matcher_export.h
+++ b/components/url_matcher/url_matcher_export.h
@@ -12,7 +12,7 @@
#define URL_MATCHER_EXPORT __declspec(dllexport)
#else
#define URL_MATCHER_EXPORT __declspec(dllimport)
-#endif // defined(BASE_PREFS_IMPLEMENTATION)
+#endif // defined(URL_MATCHER_IMPLEMENTATION)
#else // defined(WIN32)
#if defined(URL_MATCHER_IMPLEMENTATION)