| Index: chrome/browser/ui/webui/net_internals/net_internals_ui.cc | 
| diff --git a/chrome/browser/ui/webui/net_internals/net_internals_ui.cc b/chrome/browser/ui/webui/net_internals/net_internals_ui.cc | 
| index 1af451e257876b881a6e91e1a009996356d700b0..752d928cf25f75ef846e292b2b876ef6a525e4b9 100644 | 
| --- a/chrome/browser/ui/webui/net_internals/net_internals_ui.cc | 
| +++ b/chrome/browser/ui/webui/net_internals/net_internals_ui.cc | 
| @@ -47,6 +47,7 @@ | 
| #include "chrome/common/channel_info.h" | 
| #include "chrome/common/chrome_paths.h" | 
| #include "chrome/common/url_constants.h" | 
| +#include "chrome/grit/net_internals_resources.h" | 
| #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.h" | 
| #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h" | 
| #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h" | 
| @@ -64,7 +65,6 @@ | 
| #include "content/public/browser/web_ui.h" | 
| #include "content/public/browser/web_ui_data_source.h" | 
| #include "content/public/browser/web_ui_message_handler.h" | 
| -#include "grit/net_internals_resources.h" | 
| #include "net/base/net_errors.h" | 
| #include "net/disk_cache/disk_cache.h" | 
| #include "net/dns/host_cache.h" | 
|  |