| Index: chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc
 | 
| diff --git a/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc b/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc
 | 
| index 6f7ca81ca80d6f5d8d270e9848265b48b5044df0..f59c0b477d74027fab5f887ca467df9b12b912e3 100644
 | 
| --- a/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc
 | 
| +++ b/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.cc
 | 
| @@ -35,6 +35,8 @@ BluetoothInternalsUI::BluetoothInternalsUI(content::WebUI* web_ui)
 | 
|    html_source->AddResourcePath(
 | 
|        "device/bluetooth/public/interfaces/device.mojom",
 | 
|        IDR_BLUETOOTH_DEVICE_MOJO_JS);
 | 
| +  html_source->AddResourcePath("device/bluetooth/public/interfaces/uuid.mojom",
 | 
| +                               IDR_BLUETOOTH_UUID_MOJO_JS);
 | 
|    html_source->SetDefaultResource(IDR_BLUETOOTH_INTERNALS_HTML);
 | 
|    html_source->DisableI18nAndUseGzipForAllPaths();
 | 
|  
 | 
| 
 |