| Index: components/keyed_service/content/browser_context_dependency_manager.cc | 
| diff --git a/components/keyed_service/content/browser_context_dependency_manager.cc b/components/keyed_service/content/browser_context_dependency_manager.cc | 
| index 9498320aab19bad3f3f1f5fc3ecf17395674a2e2..576d1a62fa3cab5acea45861679131eb7bd2ed47 100644 | 
| --- a/components/keyed_service/content/browser_context_dependency_manager.cc | 
| +++ b/components/keyed_service/content/browser_context_dependency_manager.cc | 
| @@ -83,7 +83,7 @@ void BrowserContextDependencyManager::DumpContextDependencies( | 
| const base::SupportsUserData* context) const { | 
| // Whenever we try to build a destruction ordering, we should also dump a | 
| // dependency graph to "/path/to/context/context-dependencies.dot". | 
| -  if (CommandLine::ForCurrentProcess()->HasSwitch( | 
| +  if (base::CommandLine::ForCurrentProcess()->HasSwitch( | 
| kDumpBrowserContextDependencyGraphFlag)) { | 
| base::FilePath dot_file = | 
| static_cast<const content::BrowserContext*>(context) | 
|  |