Index: content/public/browser/navigation_entry.h |
diff --git a/content/public/browser/navigation_entry.h b/content/public/browser/navigation_entry.h |
index a485100c90aa6acda0da35d68da7196c0b8d7c3c..87923ea0802bde849d261738fce63da2a97a61b9 100644 |
--- a/content/public/browser/navigation_entry.h |
+++ b/content/public/browser/navigation_entry.h |
@@ -23,7 +23,7 @@ struct SSLStatus; |
// A NavigationEntry is a data structure that captures all the information |
// required to recreate a browsing state. This includes some opaque binary |
-// state as provided by the TabContents as well as some clear text title and |
+// state as provided by the WebContentsImpl as well as some clear text title and |
// URL which is used for our user interface. |
class NavigationEntry { |
public: |