Index: base/i18n/time_formatting.cc |
=================================================================== |
--- base/i18n/time_formatting.cc (revision 40871) |
+++ base/i18n/time_formatting.cc (working copy) |
@@ -6,7 +6,7 @@ |
#include "base/logging.h" |
#include "base/scoped_ptr.h" |
-#include "base/string_util.h" |
+#include "base/utf_string_conversions.h" |
#include "base/time.h" |
#include "unicode/datefmt.h" |
@@ -27,7 +27,7 @@ |
return output; |
} |
-} |
+} // namespace |
namespace base { |