| Index: chrome/browser/ui/webui/popular_sites_internals_ui.cc
|
| diff --git a/chrome/browser/ui/webui/popular_sites_internals_ui.cc b/chrome/browser/ui/webui/popular_sites_internals_ui.cc
|
| index f6f0b64a453210ad775e90b21a42855b6935763d..c7c4ad240fe522a67f08088a9c326cdc4573cccf 100644
|
| --- a/chrome/browser/ui/webui/popular_sites_internals_ui.cc
|
| +++ b/chrome/browser/ui/webui/popular_sites_internals_ui.cc
|
| @@ -7,7 +7,7 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/webui/popular_sites_internals_message_handler.h"
|
| #include "chrome/common/url_constants.h"
|
| -#include "chrome/grit/browser_resources.h"
|
| +#include "components/grit/components_resources.h"
|
| #include "content/public/browser/web_ui.h"
|
| #include "content/public/browser/web_ui_data_source.h"
|
|
|
| @@ -20,7 +20,6 @@ content::WebUIDataSource* CreatePopularSitesInternalsHTMLSource() {
|
| source->AddResourcePath("popular_sites_internals.css",
|
| IDR_POPULAR_SITES_INTERNALS_CSS);
|
| source->SetDefaultResource(IDR_POPULAR_SITES_INTERNALS_HTML);
|
| - source->DisableI18nAndUseGzipForAllPaths();
|
| return source;
|
| }
|
|
|
|
|