From fb895c694e2117c29b6afb699095f6e187a44da7 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" 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/browser/dom_ui/downloads_dom_handler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/dom_ui/downloads_dom_handler.cc') diff --git a/chrome/browser/dom_ui/downloads_dom_handler.cc b/chrome/browser/dom_ui/downloads_dom_handler.cc index e13163f..33ea691 100644 --- a/chrome/browser/dom_ui/downloads_dom_handler.cc +++ b/chrome/browser/dom_ui/downloads_dom_handler.cc @@ -6,9 +6,9 @@ #include "app/l10n_util.h" #include "base/basictypes.h" +#include "base/i18n/time_formatting.h" #include "base/string_piece.h" #include "base/thread.h" -#include "base/time_format.h" #include "base/values.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/dom_ui/chrome_url_data_manager.h" -- cgit v1.1