diff options
Diffstat (limited to 'net/base/registry_controlled_domain.h')
-rw-r--r-- | net/base/registry_controlled_domain.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/base/registry_controlled_domain.h b/net/base/registry_controlled_domain.h index 6b5adbc..72d7512 100644 --- a/net/base/registry_controlled_domain.h +++ b/net/base/registry_controlled_domain.h @@ -117,6 +117,8 @@ class GURL; +namespace net { + // This class is a singleton. class RegistryControlledDomainService { public: @@ -295,4 +297,6 @@ class RegistryControlledDomainService { DISALLOW_EVIL_CONSTRUCTORS(RegistryControlledDomainService); }; +} // namespace net + #endif // NET_BASE_REGISTRY_CONTROLLED_DOMAIN_H__ |