| Index: chrome/browser/themes/browser_theme_pack.cc
|
| diff --git a/chrome/browser/themes/browser_theme_pack.cc b/chrome/browser/themes/browser_theme_pack.cc
|
| index b5f17ebf5f8abbf679317f5382e96e817af3a23b..2e8e9bdb290da6e09922544bf957c3cb2a17045b 100644
|
| --- a/chrome/browser/themes/browser_theme_pack.cc
|
| +++ b/chrome/browser/themes/browser_theme_pack.cc
|
| @@ -384,7 +384,7 @@ scoped_refptr<BrowserThemePack> BrowserThemePack::BuildFromDataPack(
|
| base::ThreadRestrictions::ScopedAllowIO allow_io;
|
| scoped_refptr<BrowserThemePack> pack(new BrowserThemePack);
|
| pack->data_pack_.reset(
|
| - new ui::DataPack(ui::ResourceHandle::kScaleFactor100x));
|
| + new ui::DataPack(ui::SCALE_FACTOR_100P));
|
|
|
| if (!pack->data_pack_->Load(path)) {
|
| LOG(ERROR) << "Failed to load theme data pack.";
|
|
|