| Index: chrome/browser/google_apis/gdata_util_unittest.cc
|
| diff --git a/chrome/browser/google_apis/gdata_util_unittest.cc b/chrome/browser/google_apis/gdata_util_unittest.cc
|
| index 9cf33e2b37ed46c7027108abd50c5e0493cf8ab2..06cf464af930bfab7d32f7741bfb734d53f6092a 100644
|
| --- a/chrome/browser/google_apis/gdata_util_unittest.cc
|
| +++ b/chrome/browser/google_apis/gdata_util_unittest.cc
|
| @@ -15,6 +15,9 @@
|
|
|
| namespace gdata {
|
| namespace util {
|
| +#if defined(OS_CHROMEOS)
|
| +// TODO(yoshiki): Find platform independent way to get/set local timezone.
|
| +// (http://crbug.com/147524).
|
| namespace {
|
|
|
| std::string FormatTime(const base::Time& time) {
|
| @@ -23,9 +26,6 @@ std::string FormatTime(const base::Time& time) {
|
|
|
| } // namespace
|
|
|
| -// TODO(yoshiki): Find platform independent way to get/set local timezone.
|
| -// (http://crbug.com/147524).
|
| -#if defined(OS_CHROMEOS)
|
| TEST(GDataUtilTest, GetTimeFromStringLocalTimezone) {
|
| // Creates time object GMT.
|
| base::Time::Exploded exploded = {2012, 7, 0, 14, 1, 3, 21, 151};
|
|
|