summaryrefslogtreecommitdiffstats
path: root/chrome/test/testing_profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r--chrome/test/testing_profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
index e2d77868..a37a6ee 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;
}