Rename TINT_INSTANTIATE_CLASS_ID()

to TINT_INSTANTIATE_TYPEINFO()

ClassID isn't a thing any more.

Change-Id: Ie1c0d4a95e58ef7166d3cab5ef733a2dfc702345
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/42921
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: James Price <jrprice@google.com>
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
diff --git a/src/ast/module.cc b/src/ast/module.cc
index 91b8fdb..3791a18 100644
--- a/src/ast/module.cc
+++ b/src/ast/module.cc
@@ -23,7 +23,7 @@
 #include "src/type/alias_type.h"
 #include "src/type/struct_type.h"
 
-TINT_INSTANTIATE_CLASS_ID(tint::ast::Module);
+TINT_INSTANTIATE_TYPEINFO(tint::ast::Module);
 
 namespace tint {
 namespace ast {