| 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 a62807fe5c2ed7271814288abf33325b536c8ecf..6bbd6e99107430056ea94e0806ac2326b7cc41b4 100644
|
| --- a/chrome/browser/themes/browser_theme_pack.cc
|
| +++ b/chrome/browser/themes/browser_theme_pack.cc
|
| @@ -385,7 +385,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.";
|
|
|