| Index: content/browser/webui/web_ui_controller_factory_registry.cc
|
| diff --git a/content/browser/webui/web_ui_controller_factory_registry.cc b/content/browser/webui/web_ui_controller_factory_registry.cc
|
| index 8626646698d4d44bf76b22be480be330737ccead..240c4dbbde7cc2fd57ca4827a887ba43a8ead4d9 100644
|
| --- a/content/browser/webui/web_ui_controller_factory_registry.cc
|
| +++ b/content/browser/webui/web_ui_controller_factory_registry.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "content/browser/webui/web_ui_controller_factory_registry.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/lazy_instance.h"
|
| #include "content/browser/frame_host/debug_urls.h"
|
| #include "content/public/common/url_constants.h"
|
|
|