| Index: chrome/browser/chromeos/login/login_manager_test.cc
|
| diff --git a/chrome/browser/chromeos/login/login_manager_test.cc b/chrome/browser/chromeos/login/login_manager_test.cc
|
| index 9618b3e4f1b24addc459dd392bffa365c8fc0640..46e68039ba594574985b19176c0d07d74d9ef441 100644
|
| --- a/chrome/browser/chromeos/login/login_manager_test.cc
|
| +++ b/chrome/browser/chromeos/login/login_manager_test.cc
|
| @@ -118,14 +118,14 @@ void LoginManagerTest::JSExpect(const std::string& expression) {
|
| }
|
|
|
| void LoginManagerTest::InitializeWebContents() {
|
| - LoginDisplayHost* host = LoginDisplayHostImpl::default_host();
|
| - EXPECT_TRUE(host != NULL);
|
| -
|
| - content::WebContents* web_contents =
|
| - host->GetWebUILoginView()->GetWebContents();
|
| - EXPECT_TRUE(web_contents != NULL);
|
| - set_web_contents(web_contents);
|
| - js_checker_.set_web_contents(web_contents);
|
| - }
|
| + LoginDisplayHost* host = LoginDisplayHostImpl::default_host();
|
| + EXPECT_TRUE(host != NULL);
|
| +
|
| + content::WebContents* web_contents =
|
| + host->GetWebUILoginView()->GetWebContents();
|
| + EXPECT_TRUE(web_contents != NULL);
|
| + set_web_contents(web_contents);
|
| + js_checker_.set_web_contents(web_contents);
|
| +}
|
|
|
| } // namespace chromeos
|
|
|