| Index: net/base/registry_controlled_domain.h
|
| diff --git a/net/base/registry_controlled_domain.h b/net/base/registry_controlled_domain.h
|
| index 7586c125b621add9239f972997881f05930a8622..90a1b8f372026b663289b07ae92b017515d5c645 100644
|
| --- a/net/base/registry_controlled_domain.h
|
| +++ b/net/base/registry_controlled_domain.h
|
| @@ -204,6 +204,8 @@ class RegistryControlledDomainService {
|
| static RegistryControlledDomainService* GetInstance();
|
|
|
| protected:
|
| + typedef const struct DomainRule* (*FindDomainPtr)(const char *, unsigned int);
|
| +
|
| // The entire protected API is only for unit testing. I mean it. Don't make
|
| // me come over there!
|
| RegistryControlledDomainService();
|
| @@ -216,8 +218,6 @@ class RegistryControlledDomainService {
|
| static RegistryControlledDomainService* SetInstance(
|
| RegistryControlledDomainService* instance);
|
|
|
| - typedef const struct DomainRule* (*FindDomainPtr)(const char *, unsigned int);
|
| -
|
| // Used for unit tests, so that a different perfect hash map from the full
|
| // list is used.
|
| static void UseFindDomainFunction(FindDomainPtr function);
|
|
|