| Index: base/i18n/time_formatting.cc
|
| diff --git a/base/i18n/time_formatting.cc b/base/i18n/time_formatting.cc
|
| index 3973dd2508f14cf45bf1072362d28caac67f3183..917ba43b9ec5357de7b566c850a7a0f0a556cc55 100644
|
| --- a/base/i18n/time_formatting.cc
|
| +++ b/base/i18n/time_formatting.cc
|
| @@ -12,8 +12,7 @@
|
| #include "third_party/icu/source/i18n/unicode/dtptngen.h"
|
| #include "third_party/icu/source/i18n/unicode/smpdtfmt.h"
|
|
|
| -using base::Time;
|
| -
|
| +namespace base {
|
| namespace {
|
|
|
| string16 TimeFormat(const icu::DateFormat* formatter,
|
| @@ -48,8 +47,6 @@ string16 TimeFormatWithoutAmPm(const icu::DateFormat* formatter,
|
|
|
| } // namespace
|
|
|
| -namespace base {
|
| -
|
| string16 TimeFormatTimeOfDay(const Time& time) {
|
| // We can omit the locale parameter because the default should match
|
| // Chrome's application locale.
|
|
|