| Index: chrome/browser/signin/signin_tracker.h
|
| diff --git a/chrome/browser/signin/signin_tracker.h b/chrome/browser/signin/signin_tracker.h
|
| index 0b06b4be26fefacf014a8756632076664aa7727c..5fa4af4ea9483e2e4a9e8ba41c1139632d15396b 100644
|
| --- a/chrome/browser/signin/signin_tracker.h
|
| +++ b/chrome/browser/signin/signin_tracker.h
|
| @@ -32,8 +32,9 @@ class Profile;
|
| // user, but the core logic lies in the base SyncSetupHandler class).
|
| //
|
| // LoginUIService - Our desktop UI flows rely on having only a single login flow
|
| -// visible to the user at once. This is achieved via LoginUIService (a
|
| -// ProfileKeyedService that keeps track of the currently visible login UI).
|
| +// visible to the user at once. This is achieved via LoginUIService
|
| +// (a BrowserContextKeyedService that keeps track of the currently visible
|
| +// login UI).
|
| //
|
| // SigninManager - Records the currently-logged-in user and handles all
|
| // interaction with the GAIA backend during the signin process. Unlike
|
|
|