summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/url_info_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/net/url_info_unittest.cc')
-rw-r--r--chrome/browser/net/url_info_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/net/url_info_unittest.cc b/chrome/browser/net/url_info_unittest.cc
index 3126cb9..29f65cf 100644
--- a/chrome/browser/net/url_info_unittest.cc
+++ b/chrome/browser/net/url_info_unittest.cc
@@ -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.
@@ -106,7 +106,7 @@ TEST(DnsHostInfoTest, CongestionResetStateTest) {
// Since this was a new info instance, and it never got resolved, we land back
// in a PENDING state rather than FOUND or NO_SUCH_NAME.
EXPECT_FALSE(info.was_found());
- EXPECT_FALSE(info.was_nonexistant());
+ EXPECT_FALSE(info.was_nonexistent());
// Make sure we're completely re-usable, by going throug a normal flow.
info.SetQueuedState(UrlInfo::UNIT_TEST_MOTIVATED);