summaryrefslogtreecommitdiffstats
path: root/toolkit/components/glean/bindings/GleanMetric.h
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/glean/bindings/GleanMetric.h')
-rw-r--r--toolkit/components/glean/bindings/GleanMetric.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolkit/components/glean/bindings/GleanMetric.h b/toolkit/components/glean/bindings/GleanMetric.h
index c6bf6b4066..f2b96d3cce 100644
--- a/toolkit/components/glean/bindings/GleanMetric.h
+++ b/toolkit/components/glean/bindings/GleanMetric.h
@@ -21,6 +21,8 @@ enum class ScalarID : uint32_t;
namespace mozilla::glean {
+typedef uint64_t TimerId;
+
class GleanMetric : public nsISupports, public nsWrapperCache {
public:
NS_DECL_CYCLE_COLLECTING_ISUPPORTS;