summaryrefslogtreecommitdiff
path: root/chromium/components/signin/internal/identity_manager/test_profile_oauth2_token_service_delegate_chromeos.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/signin/internal/identity_manager/test_profile_oauth2_token_service_delegate_chromeos.h')
-rw-r--r--chromium/components/signin/internal/identity_manager/test_profile_oauth2_token_service_delegate_chromeos.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/components/signin/internal/identity_manager/test_profile_oauth2_token_service_delegate_chromeos.h b/chromium/components/signin/internal/identity_manager/test_profile_oauth2_token_service_delegate_chromeos.h
index fb522e27d47..6a990dbaf44 100644
--- a/chromium/components/signin/internal/identity_manager/test_profile_oauth2_token_service_delegate_chromeos.h
+++ b/chromium/components/signin/internal/identity_manager/test_profile_oauth2_token_service_delegate_chromeos.h
@@ -12,6 +12,7 @@
#include "services/network/test/test_network_connection_tracker.h"
class AccountTrackerService;
+class SigninClient;
namespace crosapi {
class AccountManagerMojoService;
@@ -28,6 +29,7 @@ class TestProfileOAuth2TokenServiceDelegateChromeOS
public ProfileOAuth2TokenServiceObserver {
public:
TestProfileOAuth2TokenServiceDelegateChromeOS(
+ SigninClient* client,
AccountTrackerService* account_tracker_service,
crosapi::AccountManagerMojoService* account_manager_mojo_service,
bool is_regular_profile);