summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Hector Chavez <lhchavez@google.com>2018-08-09 10:23:07 -0700
committerLuis Hector Chavez <lhchavez@google.com>2018-08-10 08:01:50 -0700
commitd45bb34f9620f30058aa9196c60e039eb6fb589f (patch)
tree81c13b781f7915d1a1f55849d815d08a50b7b4f7
parentb3e1d67d8f1744ec90473178b042be66230c6bb0 (diff)
downloadlibchrome-d45bb34f9620f30058aa9196c60e039eb6fb589f.tar.gz
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
-rw-r--r--mojo/common/time.typemap2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/common/time.typemap b/mojo/common/time.typemap
index 99e9e3ae8d..0eeb292c01 100644
--- a/mojo/common/time.typemap
+++ b/mojo/common/time.typemap
@@ -6,7 +6,7 @@ mojom = "//mojo/common/time.mojom"
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",