| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index c5da158f4349470ce98e46929c5fea7bc3485147..86d53e30ad0636a0a17d1942cac2fbb8ef69a47d 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -432,7 +432,7 @@ class Browser : public TabStripModelDelegate,
|
| int active_match_ordinal,
|
| bool final_update);
|
|
|
| - // Called by browser::Navigate() when a navigation has occurred in a tab in
|
| + // Called by chrome::Navigate() when a navigation has occurred in a tab in
|
| // this Browser. Updates the UI for the start of this navigation.
|
| void UpdateUIForNavigationInTab(TabContents* contents,
|
| content::PageTransition transition,
|
|
|