| Index: content/public/browser/browser_context.h
|
| diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h
|
| index aaa5e23e9f706b7d743179f3e5ec7c42fdc2a4a2..5fee479b008cc314aa1661b710901caeba74912a 100644
|
| --- a/content/public/browser/browser_context.h
|
| +++ b/content/public/browser/browser_context.h
|
| @@ -154,8 +154,8 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData {
|
|
|
| // Returns a Service User ID associated with this BrowserContext. This ID is
|
| // not persistent across runs. See
|
| - // services/shell/public/interfaces/connector.mojom. By default, this user id
|
| - // is randomly generated when Initialize() is called.
|
| + // services/service_manager/public/interfaces/connector.mojom. By default,
|
| + // this user id is randomly generated when Initialize() is called.
|
| static const std::string& GetServiceUserIdFor(
|
| BrowserContext* browser_context);
|
|
|
|
|