Index: chrome/browser/chromeos/arc/arc_auth_service.h |
diff --git a/chrome/browser/chromeos/arc/arc_auth_service.h b/chrome/browser/chromeos/arc/arc_auth_service.h |
index 3466f886ad1a252bc28ddfc88d673d6b26ed6c4e..e7205d620664cc76008a26ee75b9114fe6ad4fd0 100644 |
--- a/chrome/browser/chromeos/arc/arc_auth_service.h |
+++ b/chrome/browser/chromeos/arc/arc_auth_service.h |
@@ -118,6 +118,7 @@ class ArcAuthService : public ArcService, |
void Shutdown(); |
Profile* profile() { return profile_; } |
+ const Profile* profile() const { return profile_; } |
State state() const { return state_; } |