| Index: chrome/browser/ui/browser_list.h
|
| diff --git a/chrome/browser/ui/browser_list.h b/chrome/browser/ui/browser_list.h
|
| index d11d4bfe9e0c321055684e0471a999237671a041..c8cb0c4743b0d42008860e2bfffdc117483b4ae6 100644
|
| --- a/chrome/browser/ui/browser_list.h
|
| +++ b/chrome/browser/ui/browser_list.h
|
| @@ -158,7 +158,7 @@ class BrowserList {
|
| // currently open.
|
| static size_t GetBrowserCountForType(Profile* p, Browser::Type type);
|
|
|
| - // Returns true if at least one off the record session is active.
|
| + // Returns true if at least one incognito session is active.
|
| static bool IsOffTheRecordSessionActive();
|
|
|
| // Send out notifications.
|
|
|