Index: chrome/test/testing_profile.h |
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h |
index e2d778681a35f73cf019e6910a7b22161e921bb3..a37a6ee16be54c90e63e37eae6a028f3468bbe6e 100644 |
--- a/chrome/test/testing_profile.h |
+++ b/chrome/test/testing_profile.h |
@@ -130,7 +130,7 @@ class TestingProfile : public Profile { |
virtual FilePath GetPath(); |
- // Sets whether we're off the record. Default is false. |
+ // Sets whether we're incognito. Default is false. |
void set_off_the_record(bool off_the_record) { |
off_the_record_ = off_the_record; |
} |