mojo: Point the time.timemap traits header to the right location

A previous change fixed the various time-related typemaps, but the
.typemap file itself was not changed. This change fixes that.

Bug: 79557560
Test: m
Change-Id: I955b47df5ef0405838fb4334ad123c8cfadbc33c
Merged-In: I955b47df5ef0405838fb4334ad123c8cfadbc33c
diff --git a/mojo/common/time.typemap b/mojo/common/time.typemap
index 99e9e3a..0eeb292 100644
--- a/mojo/common/time.typemap
+++ b/mojo/common/time.typemap
@@ -6,7 +6,7 @@
 public_headers = [ "//base/time/time.h" ]
 traits_headers = [
   "//ipc/ipc_message_utils.h",
-  "//mojo/common/common_custom_types_struct_traits.h",
+  "//mojo/common/time_struct_traits.h",
 ]
 public_deps = [
   "//ipc",