| Index: chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc
|
| diff --git a/chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc b/chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc
|
| index 787351fd3a43da1c0fc8067f0b818eed7f736e1d..01fed2d896f4398da1d737dbab3f8f2cbe58b14a 100644
|
| --- a/chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc
|
| +++ b/chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc
|
| @@ -20,9 +20,7 @@ class FakeWebAuthFlow : public WebAuthFlow {
|
| : WebAuthFlow(delegate,
|
| NULL,
|
| GURL(),
|
| - WebAuthFlow::INTERACTIVE,
|
| - gfx::Rect(),
|
| - chrome::GetActiveDesktop()) {}
|
| + WebAuthFlow::INTERACTIVE) {}
|
|
|
| virtual void Start() OVERRIDE {}
|
| };
|
| @@ -35,7 +33,6 @@ class TestGaiaWebAuthFlow : public GaiaWebAuthFlow {
|
| GoogleServiceAuthError::State ubertoken_error_state)
|
| : GaiaWebAuthFlow(delegate,
|
| NULL,
|
| - chrome::GetActiveDesktop(),
|
| "extension_id",
|
| oauth2_info),
|
| ubertoken_error_(ubertoken_error_state) {}
|
|
|