// Copyright 2013 The Chromium Authors // 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" #include "third_party/icu/source/common/unicode/strenum.h" #include "third_party/icu/source/common/unicode/unistr.h" #include "third_party/icu/source/i18n/unicode/timezone.h" namespace base { namespace { TEST(TimezoneTest, CountryCodeForTimezones) { … } } // namespace } // namespace base