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

Unified Diff: components/cryptauth/cryptauth_client.h

Issue 2511973004: components: Cleanup class/struct fwd declarations (Closed)
Patch Set: Rebase on top of current master branch Created 4 years, 1 month 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
« no previous file with comments | « components/cronet/ios/cronet_environment.h ('k') | components/cryptauth/cryptauth_enroller_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cryptauth/cryptauth_client.h
diff --git a/components/cryptauth/cryptauth_client.h b/components/cryptauth/cryptauth_client.h
index 101a0a968097ec30cf97f8227ed5900b21b61c48..ea61625b7b40e7e9f68d6e95e7cfc11b5a67b018 100644
--- a/components/cryptauth/cryptauth_client.h
+++ b/components/cryptauth/cryptauth_client.h
@@ -12,7 +12,6 @@
#include "base/macros.h"
namespace cryptauth {
-class DeviceClassifier;
class GetMyDevicesRequest;
class GetMyDevicesResponse;
class FindEligibleUnlockDevicesRequest;
@@ -27,15 +26,8 @@ class FinishEnrollmentRequest;
class FinishEnrollmentResponse;
}
-namespace net {
-class URLRequestContextGetter;
-}
-
namespace cryptauth {
-class CryptAuthAccessTokenFetcher;
-class CryptAuthApiCallFlow;
-
// Interface for making API requests to the CryptAuth service, which
// manages cryptographic credentials (ie. public keys) for a user's devices.
// Implmentations shall only processes a single request, so create a new
« no previous file with comments | « components/cronet/ios/cronet_environment.h ('k') | components/cryptauth/cryptauth_enroller_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698