| Index: chrome/browser/ui/webui/welcome_handler.h
|
| diff --git a/chrome/browser/ui/webui/welcome_handler.h b/chrome/browser/ui/webui/welcome_handler.h
|
| index a9a7af7acf50c4d1cb1c6f82c9bf7f2f35e5dba6..55f186171a2638af757168643d38cdf1ea37bc75 100644
|
| --- a/chrome/browser/ui/webui/welcome_handler.h
|
| +++ b/chrome/browser/ui/webui/welcome_handler.h
|
| @@ -37,8 +37,9 @@ class WelcomeHandler : public content::WebUIMessageHandler,
|
| void HandleUserDecline(const base::ListValue* args);
|
| void GoToNewTabPage();
|
|
|
| + Browser* GetBrowser();
|
| +
|
| Profile* profile_;
|
| - Browser* browser_;
|
| ProfileOAuth2TokenService* oauth2_token_service_;
|
| WelcomeResult result_;
|
|
|
|
|