Index: components/dom_distiller/standalone/content_extractor.cc |
diff --git a/components/dom_distiller/standalone/content_extractor.cc b/components/dom_distiller/standalone/content_extractor.cc |
index 6c0e75bd5884391e189dc628cddddaf1b7a2fea8..3df603ac37633028357bb21cd33834e959d0459e 100644 |
--- a/components/dom_distiller/standalone/content_extractor.cc |
+++ b/components/dom_distiller/standalone/content_extractor.cc |
@@ -163,7 +163,8 @@ void AddComponentsResources() { |
base::FilePath pak_file; |
base::FilePath pak_dir; |
PathService::Get(base::DIR_MODULE, &pak_dir); |
- pak_file = pak_dir.Append(FILE_PATH_LITERAL("components_resources.pak")); |
+ pak_file = |
+ pak_dir.Append(FILE_PATH_LITERAL("components_tests_resources.pak")); |
ui::ResourceBundle::GetSharedInstance().AddDataPackFromPath( |
pak_file, ui::SCALE_FACTOR_NONE); |
} |