| Index: chrome/browser/ui/ash/session_util.h
|
| diff --git a/chrome/browser/ui/ash/session_util.h b/chrome/browser/ui/ash/session_util.h
|
| index ee955d82b62796722392912832c0999ace4a5606..a190a9cc84f42534cc0938e64520a6195dac6c58 100644
|
| --- a/chrome/browser/ui/ash/session_util.h
|
| +++ b/chrome/browser/ui/ash/session_util.h
|
| @@ -21,7 +21,7 @@ content::BrowserContext* GetActiveBrowserContext();
|
| using GetActiveBrowserContextCallback =
|
| base::Callback<content::BrowserContext*(void)>;
|
|
|
| -// See documentation in ash/shell_delegate.h for the method of the same name.
|
| +// See documentation in ash::ShellDelegate for the method of the same name.
|
| // |context| is the content::BrowserContext deemed active for the current
|
| // scenario. This is passed in because it can differ in tests vs. production.
|
| // See for example MultiUserWindowManagerTestChromeOS.
|
|
|