#include "ui/base/l10n/time_format.h"
#include <string>
#include "base/files/file_path.h"
#include "base/strings/utf_string_conversions.h"
#include "base/time/time.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/base/l10n/formatter.h"
ASCIIToUTF16;
namespace ui {
namespace {
class TimeFormatTest : public ::testing::Test { … };
TEST_F(TimeFormatTest, SimpleAndDetailedRounding) { … }
TEST_F(TimeFormatTest, SimpleAndDetailedStrings) { … }
TEST_F(TimeFormatTest, SimpleAndDetailedStringFallback) { … }
TEST_F(TimeFormatTest, RelativeDate) { … }
}
}