| Index: content/public/common/page_type.h
|
| diff --git a/content/public/common/page_type.h b/content/public/common/page_type.h
|
| index d899bd1dc07df9de1786772539bb4548495d0e33..059e7285e521aea4f1f9392d2f147f7c7a5afbf1 100644
|
| --- a/content/public/common/page_type.h
|
| +++ b/content/public/common/page_type.h
|
| @@ -9,7 +9,7 @@
|
| namespace content {
|
|
|
| // The type of the page an entry corresponds to. Used by chrome_frame and the
|
| -// automation layer to detect the state of a TabContents.
|
| +// automation layer to detect the state of a WebContents.
|
| enum PageType {
|
| PAGE_TYPE_NORMAL = 0,
|
| PAGE_TYPE_ERROR,
|
|
|