| Index: chrome/browser/ui/browser_init_browsertest.cc
|
| diff --git a/chrome/browser/ui/browser_init_browsertest.cc b/chrome/browser/ui/browser_init_browsertest.cc
|
| index f922136c9c454b55c08a8ac77058b4c22fa90592..25a05599ea74e242ceaec182cf250d441fcf5092 100644
|
| --- a/chrome/browser/ui/browser_init_browsertest.cc
|
| +++ b/chrome/browser/ui/browser_init_browsertest.cc
|
| @@ -169,7 +169,7 @@ IN_PROC_BROWSER_TEST_F(BrowserInitTest,
|
| ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), false));
|
|
|
| // This should have created a new browser window. |browser()| is still
|
| - // around at this point, even though we've closed it's window.
|
| + // around at this point, even though we've closed its window.
|
| Browser* new_browser = NULL;
|
| ASSERT_NO_FATAL_FAILURE(FindOneOtherBrowser(&new_browser));
|
|
|
| @@ -400,7 +400,7 @@ IN_PROC_BROWSER_TEST_F(BrowserInitTest, StartupURLsForTwoProfiles) {
|
| // urls1 were opened in a browser for default_profile, and urls2 were opened
|
| // in a browser for other_profile.
|
| Browser* new_browser = NULL;
|
| - // |browser()| is still around at this point, even though we've closed it's
|
| + // |browser()| is still around at this point, even though we've closed its
|
| // window. Thus the browser count for default_profile is 2.
|
| ASSERT_EQ(2u, BrowserList::GetBrowserCount(default_profile));
|
| new_browser = FindOneOtherBrowserForProfile(default_profile, browser());
|
|
|