| Index: chrome/browser/background_contents_service.h
|
| diff --git a/chrome/browser/background_contents_service.h b/chrome/browser/background_contents_service.h
|
| index 3a167c6587069e976db75f656a8464103083475c..f0ebd2a920e765adab066180cf245f9eaeedc65b 100644
|
| --- a/chrome/browser/background_contents_service.h
|
| +++ b/chrome/browser/background_contents_service.h
|
| @@ -129,7 +129,7 @@ class BackgroundContentsService : private NotificationObserver,
|
| bool IsTracked(BackgroundContents* contents) const;
|
|
|
| // PrefService used to store list of background pages (or NULL if this is
|
| - // running under an off-the-record profile).
|
| + // running under an incognito profile).
|
| PrefService* prefs_;
|
| NotificationRegistrar registrar_;
|
|
|
|
|