Index: chrome/browser/google_url_tracker_unittest.cc |
diff --git a/chrome/browser/google_url_tracker_unittest.cc b/chrome/browser/google_url_tracker_unittest.cc |
index a0eefe22f1a90b7f8bc48a210b96e83191b4d76e..9de0b881d75d4dde8a8277d61c5c96b95c50c7e8 100644 |
--- a/chrome/browser/google_url_tracker_unittest.cc |
+++ b/chrome/browser/google_url_tracker_unittest.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2006-2008 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. |
@@ -22,6 +22,7 @@ TEST(GoogleURLTrackerTest, CheckAndConvertURL) { |
{ "http://google.evil.com/", false, "", }, |
{ "http://google.com.com.com/", false, "", }, |
{ "http://google/", false, "", }, |
+ { "http://wifi.corp.google.com/", false, "" }, |
}; |
for (size_t i = 0; i < ARRAYSIZE_UNSAFE(data); ++i) { |