Index: chrome/browser/chromeos/gdata/gdata_util.h |
diff --git a/chrome/browser/chromeos/gdata/gdata_util.h b/chrome/browser/chromeos/gdata/gdata_util.h |
index d7640db0af38f79b3da5146c199aaec370a405c2..f27d9eebf822502f9292b9fd6113a4f5f95fbbf4 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_util.h |
+++ b/chrome/browser/chromeos/gdata/gdata_util.h |
@@ -117,6 +117,8 @@ bool GetTimeFromString(const base::StringPiece& raw_value, base::Time* time); |
// Formats a base::Time as an RFC 3339 date/time (in UTC). |
std::string FormatTimeAsString(const base::Time& time); |
+// Formats a base::Time as an RFC 3339 date/time (in localtime). |
+std::string FormatTimeAsStringLocaltime(const base::Time& time); |
// Callback type for PrepareWritableFilePathAndRun. |
typedef base::Callback<void (GDataFileError, const FilePath& path)> |