| Index: chrome/browser/ui/browser_command_controller_unittest.cc
 | 
| diff --git a/chrome/browser/ui/browser_command_controller_unittest.cc b/chrome/browser/ui/browser_command_controller_unittest.cc
 | 
| index 6ff3ad2e01bf094f7842b64e61d3351e6cfcd4b3..422a346cbaea8280648413d5e081459a58439527 100644
 | 
| --- a/chrome/browser/ui/browser_command_controller_unittest.cc
 | 
| +++ b/chrome/browser/ui/browser_command_controller_unittest.cc
 | 
| @@ -231,7 +231,7 @@ TEST_F(BrowserCommandControllerTest, AvatarMenuAlwaysDisabledInIncognitoMode) {
 | 
|  
 | 
|    // Create a new browser based on the off the record profile.
 | 
|    Browser::CreateParams profile_params(
 | 
| -      original_profile->GetOffTheRecordProfile(), chrome::GetActiveDesktop());
 | 
| +      original_profile->GetOffTheRecordProfile());
 | 
|    scoped_ptr<Browser> otr_browser(
 | 
|        chrome::CreateBrowserWithTestWindowForParams(&profile_params));
 | 
|  
 | 
| @@ -406,8 +406,7 @@ TEST_F(BrowserCommandControllerTest, IncognitoModeOnSigninAllowedPrefChange) {
 | 
|    EXPECT_EQ(profile2->GetOriginalProfile(), profile1.get());
 | 
|  
 | 
|    // Create a new browser based on the off the record profile.
 | 
| -  Browser::CreateParams profile_params(profile1->GetOffTheRecordProfile(),
 | 
| -                                       chrome::GetActiveDesktop());
 | 
| +  Browser::CreateParams profile_params(profile1->GetOffTheRecordProfile());
 | 
|    scoped_ptr<Browser> browser2(
 | 
|        chrome::CreateBrowserWithTestWindowForParams(&profile_params));
 | 
|  
 | 
| 
 |