Index: ui/base/resource/resource_bundle_gtk.cc |
=================================================================== |
--- ui/base/resource/resource_bundle_gtk.cc (revision 147292) |
+++ ui/base/resource/resource_bundle_gtk.cc (working copy) |
@@ -67,11 +67,9 @@ |
void ResourceBundle::LoadCommonResources() { |
AddDataPackFromPath(GetResourcesPakFilePath("chrome.pak"), |
SCALE_FACTOR_100P); |
- AddDataPackFromPath(GetResourcesPakFilePath( |
- "theme_resources_100_percent.pak"), |
+ AddDataPackFromPath(GetResourcesPakFilePath("theme_resources_standard.pak"), |
SCALE_FACTOR_100P); |
- AddDataPackFromPath(GetResourcesPakFilePath( |
- "ui_resources_100_percent.pak"), |
+ AddDataPackFromPath(GetResourcesPakFilePath("ui_resources_standard.pak"), |
SCALE_FACTOR_100P); |
} |