| Index: chrome/browser/tab_contents/background_contents.h
|
| diff --git a/chrome/browser/tab_contents/background_contents.h b/chrome/browser/tab_contents/background_contents.h
|
| index 6f3b9cdab10a291bb9e8ed792f15d023a04000c6..2c65cf80f879837619c7da12bb7b1be45e3ab597 100644
|
| --- a/chrome/browser/tab_contents/background_contents.h
|
| +++ b/chrome/browser/tab_contents/background_contents.h
|
| @@ -21,7 +21,7 @@ namespace content {
|
| class SiteInstance;
|
| };
|
|
|
| -// This class consumes TabContents. It can host a renderer, but does not
|
| +// This class consumes WebContents. It can host a renderer, but does not
|
| // have any visible display.
|
| class BackgroundContents : public content::WebContentsDelegate,
|
| public content::WebContentsObserver,
|
|
|