Index: mojo/common/common_custom_types.mojom |
diff --git a/mojo/common/common_custom_types.mojom b/mojo/common/common_custom_types.mojom |
index 1eca3a5a6f5ccba3d96b5aea3e28aedda7edb6f4..91774b4dd99bd5b3fe4f912fc5e227eeb920818e 100644 |
--- a/mojo/common/common_custom_types.mojom |
+++ b/mojo/common/common_custom_types.mojom |
@@ -16,8 +16,9 @@ struct DictionaryValue; |
[Native] |
struct Time; |
-[Native] |
-struct TimeDelta; |
+struct TimeDelta { |
+ int64 microseconds; |
+}; |
[Native] |
struct TimeTicks; |