| Index: chrome/browser/chromeos/arc/arc_session_manager.h
|
| diff --git a/chrome/browser/chromeos/arc/arc_session_manager.h b/chrome/browser/chromeos/arc/arc_session_manager.h
|
| index 20ef5ab3104ee0b42a0e0d9229b490414b3d85fe..40a55e557803300b6c1b32575f3ea715ab4b0a32 100644
|
| --- a/chrome/browser/chromeos/arc/arc_session_manager.h
|
| +++ b/chrome/browser/chromeos/arc/arc_session_manager.h
|
| @@ -34,7 +34,7 @@ class PrefRegistrySyncable;
|
| namespace arc {
|
|
|
| class ArcAndroidManagementChecker;
|
| -class ArcAuthCodeFetcher;
|
| +class ArcAuthInfoFetcher;
|
| class ArcAuthContext;
|
| class ArcSessionRunner;
|
| class ArcTermsOfServiceNegotiator;
|
| @@ -207,7 +207,7 @@ class ArcSessionManager : public ArcSessionObserver,
|
| ArcSupportHost* support_host() { return support_host_.get(); }
|
|
|
| // TODO(hidehiko): Get rid of the getter by migration between ArcAuthContext
|
| - // and ArcAuthCodeFetcher.
|
| + // and ArcAuthInfoFetcher.
|
| ArcAuthContext* auth_context() { return context_.get(); }
|
|
|
| void StartArc();
|
|
|