| Index: chrome/browser/visitedlink/visitedlink_master.cc
|
| diff --git a/chrome/browser/visitedlink/visitedlink_master.cc b/chrome/browser/visitedlink/visitedlink_master.cc
|
| index ad4ad453faa719fc54a6543793e1cc102a42aab0..eafaf48f7307fac1b593c6e79140170847a47b00 100644
|
| --- a/chrome/browser/visitedlink/visitedlink_master.cc
|
| +++ b/chrome/browser/visitedlink/visitedlink_master.cc
|
| @@ -261,7 +261,7 @@ bool VisitedLinkMaster::Init() {
|
| }
|
|
|
| VisitedLinkMaster::Hash VisitedLinkMaster::TryToAddURL(const GURL& url) {
|
| - // Extra check that we are not off the record. This should not happen.
|
| + // Extra check that we are not incognito. This should not happen.
|
| if (profile_ && profile_->IsOffTheRecord()) {
|
| NOTREACHED();
|
| return null_hash_;
|
|
|