Index: content/public/browser/page_navigator.h |
diff --git a/content/public/browser/page_navigator.h b/content/public/browser/page_navigator.h |
index 5296d557e823b0fc02a0bcfa5f4ac1cf99293ac4..72628ae626bd4a37fbe5b1c295f1d099fe4855ea 100644 |
--- a/content/public/browser/page_navigator.h |
+++ b/content/public/browser/page_navigator.h |
@@ -70,7 +70,7 @@ class PageNavigator { |
// Opens a URL with the given disposition. The transition specifies how this |
// navigation should be recorded in the history system (for example, typed). |
- // Returns the TabContents the URL is opened in, or NULL if the URL wasn't |
+ // Returns the WebContents the URL is opened in, or NULL if the URL wasn't |
// opened immediately. |
virtual WebContents* OpenURL(const OpenURLParams& params) = 0; |
}; |