Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Unified Diff: chrome/browser/google_apis/gdata_util_unittest.cc

Issue 10977073: Delete some unused code found by -Wunused-function (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: leiz Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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};
« no previous file with comments | « chrome/browser/extensions/settings/settings_sync_unittest.cc ('k') | chrome/browser/importer/importer_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698