summaryrefslogtreecommitdiffstats
path: root/chrome/common/time_format_unittest.cc
diff options
context:
space:
mode:
authormaruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 12:54:04 +0000
committermaruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 12:54:04 +0000
commitf09c718082535c0de7f066cb63f95809070f35a6 (patch)
tree0c7bbd37cccef8748b8c6e1768d2d95f7989a1a0 /chrome/common/time_format_unittest.cc
parent15567be3dd3dacb0abae800ede436eac8123482c (diff)
downloadchromium_src-f09c718082535c0de7f066cb63f95809070f35a6.zip
chromium_src-f09c718082535c0de7f066cb63f95809070f35a6.tar.gz
chromium_src-f09c718082535c0de7f066cb63f95809070f35a6.tar.bz2
NO CODE CHANGE.
Fix files with lines > 80 cols. Part 2. Review URL: http://codereview.chromium.org/40226 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11326 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/time_format_unittest.cc')
-rw-r--r--chrome/common/time_format_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/time_format_unittest.cc b/chrome/common/time_format_unittest.cc
index 07119d1..bc99ee4 100644
--- a/chrome/common/time_format_unittest.cc
+++ b/chrome/common/time_format_unittest.cc
@@ -57,7 +57,8 @@ TEST(TimeFormat, RemainingTime) {
TestRemainingTime(twohundred_millisecs, L"0 secs", L"0 secs left");
TestRemainingTime(one_sec - twohundred_millisecs, L"0 secs", L"0 secs left");
TestRemainingTime(one_sec + twohundred_millisecs, L"1 sec", L"1 sec left");
- TestRemainingTime(five_secs + twohundred_millisecs, L"5 secs", L"5 secs left");
+ TestRemainingTime(five_secs + twohundred_millisecs, L"5 secs",
+ L"5 secs left");
TestRemainingTime(one_min + five_secs, L"1 min", L"1 min left");
TestRemainingTime(three_mins + twohundred_millisecs,
L"3 mins", L"3 mins left");