| Index: components/keyed_service/content/browser_context_dependency_manager.h
|
| diff --git a/components/keyed_service/content/browser_context_dependency_manager.h b/components/keyed_service/content/browser_context_dependency_manager.h
|
| index 18a273f9fdb6efcb31e66a60318cc9a7681c88d6..4a2fdbcf0e4435a3bc7ce5e6502adb276f54816a 100644
|
| --- a/components/keyed_service/content/browser_context_dependency_manager.h
|
| +++ b/components/keyed_service/content/browser_context_dependency_manager.h
|
| @@ -33,7 +33,7 @@ class KEYED_SERVICE_EXPORT BrowserContextDependencyManager
|
| // a key to prevent multiple registrations on the same BrowserContext in
|
| // tests.
|
| void RegisterProfilePrefsForServices(
|
| - const content::BrowserContext* context,
|
| + content::BrowserContext* context,
|
| user_prefs::PrefRegistrySyncable* registry);
|
|
|
| // Called by each BrowserContext to alert us of its creation. Several
|
| @@ -91,8 +91,7 @@ class KEYED_SERVICE_EXPORT BrowserContextDependencyManager
|
|
|
| #ifndef NDEBUG
|
| // DependencyManager:
|
| - void DumpContextDependencies(
|
| - const base::SupportsUserData* context) const final;
|
| + void DumpContextDependencies(base::SupportsUserData* context) const final;
|
| #endif // NDEBUG
|
|
|
| // A list of callbacks to call just before executing
|
|
|