Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(775)

Unified Diff: chrome/browser/chromeos/arc/auth/arc_manual_auth_code_fetcher.h

Issue 2655873002: Get enrollment token from DMServer when an Active Directory user uses ARC (Closed)
Patch Set: Fix Luis's comments Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/arc/auth/arc_manual_auth_code_fetcher.h
diff --git a/chrome/browser/chromeos/arc/auth/arc_manual_auth_code_fetcher.h b/chrome/browser/chromeos/arc/auth/arc_manual_auth_code_fetcher.h
index 7975dccf1d3e021d3f125897b3d369e4063034d9..238275992f345327942a54676e617ef16188f896 100644
--- a/chrome/browser/chromeos/arc/auth/arc_manual_auth_code_fetcher.h
+++ b/chrome/browser/chromeos/arc/auth/arc_manual_auth_code_fetcher.h
@@ -10,7 +10,7 @@
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
#include "chrome/browser/chromeos/arc/arc_support_host.h"
-#include "chrome/browser/chromeos/arc/auth/arc_auth_code_fetcher.h"
+#include "chrome/browser/chromeos/arc/auth/arc_auth_info_fetcher.h"
namespace net {
class URLRequestContextGetter;
@@ -22,7 +22,7 @@ class ArcAuthContext;
// Implements the auth token fetching procedure with user's "SIGN IN" button
// click.
-class ArcManualAuthCodeFetcher : public ArcAuthCodeFetcher,
+class ArcManualAuthCodeFetcher : public ArcAuthInfoFetcher,
public ArcSupportHost::Observer {
public:
ArcManualAuthCodeFetcher(ArcAuthContext* context,

Powered by Google App Engine
This is Rietveld 408576698