| Index: content/public/browser/browser_context.h
|
| diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h
|
| index 699b8ca2e87f4ff391f3f9eefc6cea0c46dba4e4..a218f40cc68786d3192a34c2380866267f9562b5 100644
|
| --- a/content/public/browser/browser_context.h
|
| +++ b/content/public/browser/browser_context.h
|
| @@ -148,7 +148,8 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData {
|
| const base::FilePath& path);
|
|
|
| // Returns a Mojo User ID associated with this BrowserContext. This ID is not
|
| - // persistent across runs. See mojo/shell/public/interfaces/connector.mojom.
|
| + // persistent across runs. See
|
| + // services/shell/public/interfaces/connector.mojom.
|
| static const std::string& GetMojoUserIdFor(BrowserContext* browser_context);
|
|
|
| ~BrowserContext() override;
|
|
|