From fb895c694e2117c29b6afb699095f6e187a44da7 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Fri, 9 Oct 2009 18:20:30 +0000 Subject: Move more ICU-dependent stuff from base into base/i18n. Some test stuff also depended on this, so to make the DEPS work out, I made a new base/test directory where I moved the testing-related files into a new directory base/test. TEST=none BUG=none Review URL: http://codereview.chromium.org/266038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28569 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/time_format.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/common/time_format.cc') diff --git a/chrome/common/time_format.cc b/chrome/common/time_format.cc index f1d4d71..e6dd6ac 100644 --- a/chrome/common/time_format.cc +++ b/chrome/common/time_format.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2009 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. @@ -7,13 +7,13 @@ #include <vector> #include "app/l10n_util.h" +#include "base/i18n/time_formatting.h" #include "base/logging.h" #include "base/scoped_ptr.h" #include "base/singleton.h" #include "base/stl_util-inl.h" #include "base/string_util.h" #include "base/time.h" -#include "base/time_format.h" #include "grit/generated_resources.h" #include "unicode/datefmt.h" #include "unicode/locid.h" -- cgit v1.1