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 236d418d1bb927301522fe290bad604bed471abf..cd20eaf7598f4c4a94a6920282fa820373ce1faf 100644 |
--- a/chrome/browser/chromeos/arc/arc_auth_service.h |
+++ b/chrome/browser/chromeos/arc/arc_auth_service.h |
@@ -39,7 +39,7 @@ namespace arc { |
// This class proxies the request from the client to fetch an auth code from |
// LSO. |
class ArcAuthService : public ArcService, |
- public AuthHost, |
+ public mojom::AuthHost, |
public ArcBridgeService::Observer, |
public UbertokenConsumer, |
public GaiaAuthConsumer, |
@@ -109,7 +109,7 @@ class ArcAuthService : public ArcService, |
const GetAuthCodeDeprecatedCallback& callback) override; |
void GetAuthCode(const GetAuthCodeCallback& callback) override; |
void OnSignInComplete() override; |
- void OnSignInFailed(arc::ArcSignInFailureReason reason) override; |
+ void OnSignInFailed(arc::mojom::ArcSignInFailureReason reason) override; |
// Callback is called with a bool that indicates the management status of the |
// user. |
void GetIsAccountManaged( |