| 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 2d625959a75774ad79637e40f4682732753d403c..1385a902464368bfd60380b68f27be0de4022ed2 100644
|
| --- a/chrome/browser/themes/browser_theme_pack.cc
|
| +++ b/chrome/browser/themes/browser_theme_pack.cc
|
| @@ -388,7 +388,7 @@ scoped_refptr<BrowserThemePack> BrowserThemePack::BuildFromDataPack(
|
| pack->data_pack_.reset(
|
| new ui::DataPack(ui::SCALE_FACTOR_100P));
|
|
|
| - if (!pack->data_pack_->Load(path)) {
|
| + if (!pack->data_pack_->LoadFromPath(path)) {
|
| LOG(ERROR) << "Failed to load theme data pack.";
|
| return NULL;
|
| }
|
|
|