| 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 0ae08955094d0335c4f5f3619dc16c39a36e042a..61f104127d593e9ca3e5b2e306eb4763d55e0b40 100644
|
| --- a/chrome/browser/themes/browser_theme_pack.cc
|
| +++ b/chrome/browser/themes/browser_theme_pack.cc
|
| @@ -381,7 +381,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.";
|
|
|