| Index: content/public/common/typemaps.gni | 
| diff --git a/content/public/common/typemaps.gni b/content/public/common/typemaps.gni | 
| index 9e064ca720c91a6edd25f4af59ec5e6fac9d2088..a795fa0e59e60fe61083e0e3ed9e2c787a8eef1c 100644 | 
| --- a/content/public/common/typemaps.gni | 
| +++ b/content/public/common/typemaps.gni | 
| @@ -2,4 +2,7 @@ | 
| # Use of this source code is governed by a BSD-style license that can be | 
| # found in the LICENSE file. | 
|  | 
| -typemaps = [ "//content/public/common/referrer.typemap" ] | 
| +typemaps = [ | 
| +  "//content/public/common/referrer.typemap", | 
| +  "//content/public/common/resource_type.typemap", | 
| +] | 
|  |