| Index: base/i18n/timezone_unittest.cc
|
| diff --git a/base/i18n/timezone_unittest.cc b/base/i18n/timezone_unittest.cc
|
| deleted file mode 100644
|
| index 2cdcc42298577204c3a6d147eb5df5cf54dc450b..0000000000000000000000000000000000000000
|
| --- a/base/i18n/timezone_unittest.cc
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -// Copyright 2013 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.
|
| -
|
| -#include "base/i18n/timezone.h"
|
| -
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
| -
|
| -namespace base {
|
| -namespace {
|
| -
|
| -TEST(TimezoneTest, CountryCodeForCurrentTimezone) {
|
| - std::string country_code = CountryCodeForCurrentTimezone();
|
| - // On some systems (such as Android or some flavors of Linux), icu may come up
|
| - // empty.
|
| - if (!country_code.empty())
|
| - EXPECT_EQ(2U, country_code.size());
|
| -}
|
| -
|
| -} // namespace
|
| -} // namespace base
|
|
|