Index: chrome/browser/ui/browser.h |
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
index f6f2553119530b0f6d10cc32e4cbbde180d71a1d..3a95ff2fc18b9c87975df66be6c111ed64c13831 100644 |
--- a/chrome/browser/ui/browser.h |
+++ b/chrome/browser/ui/browser.h |
@@ -227,7 +227,7 @@ class Browser : public TabHandlerDelegate, |
// Open an application specified by |app_id| in the appropriate launch |
// container. |existing_tab| is reused if it is not NULL and the launch |
// container is a tab. Returns NULL if the app_id is invalid or if |
- // ExtensionsService isn't ready/available. |
+ // ExtensionService isn't ready/available. |
static TabContents* OpenApplication(Profile* profile, |
const std::string& app_id, |
TabContents* existing_tab); |