| Index: chrome/browser/net/url_info.h
|
| diff --git a/chrome/browser/net/url_info.h b/chrome/browser/net/url_info.h
|
| index eea0e6e4f683d3c855ed01cb3056de6ffd8826ed..4ef5a7c95b08f157f1f40bc66a4b966157a6e096 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_;
|
| }
|
|
|