Index: net/base/registry_controlled_domains/registry_controlled_domain.h |
diff --git a/net/base/registry_controlled_domains/registry_controlled_domain.h b/net/base/registry_controlled_domains/registry_controlled_domain.h |
index 639f264047b0255617577fef7f6d6929027bc286..efca00fbde1bc0af2fe6859924ce05b60ddb228d 100644 |
--- a/net/base/registry_controlled_domains/registry_controlled_domain.h |
+++ b/net/base/registry_controlled_domains/registry_controlled_domain.h |
@@ -135,7 +135,7 @@ namespace registry_controlled_domains { |
// private additions in your lookup. |
// See this for example use cases: |
// https://wiki.mozilla.org/Public_Suffix_List/Use_Cases |
-enum NET_EXPORT PrivateRegistryFilter { |
+enum PrivateRegistryFilter { |
EXCLUDE_PRIVATE_REGISTRIES = 0, |
INCLUDE_PRIVATE_REGISTRIES |
}; |
@@ -148,7 +148,7 @@ enum NET_EXPORT PrivateRegistryFilter { |
// will be 0. If INCLUDE_UNKNOWN_REGISTRIES was passed in, the resulting |
// registry length will be the length of the last subcomponent (eg. 3 for |
// foobar.baz). |
-enum NET_EXPORT UnknownRegistryFilter { |
+enum UnknownRegistryFilter { |
EXCLUDE_UNKNOWN_REGISTRIES = 0, |
INCLUDE_UNKNOWN_REGISTRIES |
}; |