diff options
Diffstat (limited to 'chrome/browser/net/url_info.h')
-rw-r--r-- | chrome/browser/net/url_info.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/net/url_info.h b/chrome/browser/net/url_info.h index eea0e6e..4ef5a7c 100644 --- a/chrome/browser/net/url_info.h +++ b/chrome/browser/net/url_info.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -110,7 +110,7 @@ class UrlInfo { } bool was_found() const { return FOUND == state_; } - bool was_nonexistant() const { return NO_SUCH_NAME == state_; } + bool was_nonexistent() const { return NO_SUCH_NAME == state_; } bool is_assigned() const { return ASSIGNED == state_ || ASSIGNED_BUT_MARKED == state_; } |