| Index: chrome/browser/signin/signin_ui_util.h
|
| diff --git a/chrome/browser/signin/signin_ui_util.h b/chrome/browser/signin/signin_ui_util.h
|
| index d56683894628373685e092112ae8e1c3125fd572..e40da0276fbd5b98be6f9156193af72f78e1e053 100644
|
| --- a/chrome/browser/signin/signin_ui_util.h
|
| +++ b/chrome/browser/signin/signin_ui_util.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef CHROME_BROWSER_SIGNIN_SIGNIN_UI_UTIL_H_
|
| #define CHROME_BROWSER_SIGNIN_SIGNIN_UI_UTIL_H_
|
|
|
| +#include <string>
|
| #include <vector>
|
|
|
| #include "base/strings/string16.h"
|
| @@ -20,11 +21,6 @@ namespace signin_ui_util {
|
| // The maximum number of times to show the welcome tutorial for an upgrade user.
|
| const int kUpgradeWelcomeTutorialShowMax = 1;
|
|
|
| -void GetStatusLabelsForAuthError(Profile* profile,
|
| - const SigninManagerBase& signin_manager,
|
| - base::string16* status_label,
|
| - base::string16* link_label);
|
| -
|
| // Returns the username of the authenticated user or an empty string if there is
|
| // no authenticated user.
|
| base::string16 GetAuthenticatedUsername(const SigninManagerBase* signin);
|
|
|