Index: chrome/browser/android/signin/account_management_screen_helper.h |
diff --git a/chrome/browser/android/signin/account_management_screen_helper.h b/chrome/browser/android/signin/account_management_screen_helper.h |
index 864030890cf319cf2dd85a5a639776f6a2a58350..bd74ec2362f41cebb0ffdf36aff2629f0b70eedb 100644 |
--- a/chrome/browser/android/signin/account_management_screen_helper.h |
+++ b/chrome/browser/android/signin/account_management_screen_helper.h |
@@ -8,6 +8,7 @@ |
#include <jni.h> |
#include "base/basictypes.h" |
+#include "chrome/browser/signin/signin_header_helper.h" |
class Profile; |
@@ -18,7 +19,8 @@ class AccountManagementScreenHelper { |
static bool Register(JNIEnv* env); |
// Opens the account management screen. |
- static void OpenAccountManagementScreen(Profile* profile); |
+ static void OpenAccountManagementScreen(Profile* profile, |
+ signin::GAIAServiceType service_type); |
private: |
DISALLOW_COPY_AND_ASSIGN(AccountManagementScreenHelper); |