[Android]: Avoid time_t special case on 64bit Android devices.
commitb682464d884a69481d16179f66f463bf2702bb5e
authorrmcilroy@chromium.org <rmcilroy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 23 Apr 2014 18:34:30 +0000 (23 18:34 +0000)
committerrmcilroy@chromium.org <rmcilroy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 23 Apr 2014 18:34:30 +0000 (23 18:34 +0000)
tree3a2bf27aeff5f19654c6b2f4b26a333d8c72b9b0
parent84b92fa8262514ba3097a55b550147837a08e906
[Android]: Avoid time_t special case on 64bit Android devices.

On 64bit devices, time_t is 64 bits so we don't need to use the special case time64_t structure
(which will soon be removed from the Android headers for 64bit platforms).

BUG=366054,354405

Review URL: https://codereview.chromium.org/249263002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265691 0039d316-1c4b-4281-b951-d872f2087c98
base/time/time_posix.cc