Index: chrome/browser/ui/views/options/exceptions_view.h |
diff --git a/chrome/browser/ui/views/options/exceptions_view.h b/chrome/browser/ui/views/options/exceptions_view.h |
index d1686857650ef93dd2fea7ef782e6b97bb17225f..4e920ca349c66b2d8067fd253cb3a568d7f39265 100644 |
--- a/chrome/browser/ui/views/options/exceptions_view.h |
+++ b/chrome/browser/ui/views/options/exceptions_view.h |
@@ -100,7 +100,7 @@ class ExceptionsView : public ExceptionEditorView::Delegate, |
// The model displayed in the table. |
ContentExceptionsTableModel model_; |
- // True if the user can also add off the record entries. |
+ // True if the user can also add incognito entries. |
bool allow_off_the_record_; |
views::TableView* table_; |