| Index: chrome/browser/ui/extensions/application_launch.cc
|
| diff --git a/chrome/browser/ui/extensions/application_launch.cc b/chrome/browser/ui/extensions/application_launch.cc
|
| index 4549ed2191cb11bed597009c63c8a45f650e04ec..2d84db44f4027eb449a0fecc9c0cb9b7855ad83e 100644
|
| --- a/chrome/browser/ui/extensions/application_launch.cc
|
| +++ b/chrome/browser/ui/extensions/application_launch.cc
|
| @@ -142,9 +142,9 @@ WebContents* OpenApplicationTab(Profile* profile,
|
| const Extension* extension,
|
| const GURL& override_url,
|
| WindowOpenDisposition disposition) {
|
| - Browser* browser = browser::FindTabbedBrowser(profile,
|
| - false,
|
| - chrome::GetActiveDesktop());
|
| + Browser* browser = chrome::FindTabbedBrowser(profile,
|
| + false,
|
| + chrome::GetActiveDesktop());
|
| WebContents* contents = NULL;
|
| if (!browser) {
|
| // No browser for this profile, need to open a new one.
|
|
|