| Index: chrome/browser/chromeos/arc/arc_auth_context.h
|
| diff --git a/chrome/browser/chromeos/arc/arc_auth_context.h b/chrome/browser/chromeos/arc/arc_auth_context.h
|
| index a359366ca247ed4767dea0cc5563a3b4bc3c28ee..f9eee0ace2fc3aae1efcacf9e2cb93fa5e7a6e51 100644
|
| --- a/chrome/browser/chromeos/arc/arc_auth_context.h
|
| +++ b/chrome/browser/chromeos/arc/arc_auth_context.h
|
| @@ -64,6 +64,8 @@ class ArcAuthContext : public UbertokenConsumer,
|
|
|
| // Unowned pointer.
|
| ProfileOAuth2TokenService* token_service_;
|
| + Profile* const profile_;
|
| +
|
| std::string account_id_;
|
|
|
| // Owned by content::BrowserContent. Used to isolate cookies for auth server
|
|
|