Index: chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc |
diff --git a/chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc b/chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc |
index a097d712c005a5145218ec518d4cb477f30a60d4..26939759c6fe193e3d45a6ffcc323497b6d480f1 100644 |
--- a/chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc |
+++ b/chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc |
@@ -31,6 +31,7 @@ |
#include "grit/generated_resources.h" |
#include "ui/base/l10n/l10n_util.h" |
#include "ui/base/resource/resource_bundle.h" |
+#include "ui/base/resource/resource_handle.h" |
using content::BrowserThread; |
using content::WebContents; |
@@ -305,7 +306,7 @@ void SimUnlockUIHTMLSource::StartDataRequest(const std::string& path, |
static const base::StringPiece html( |
ResourceBundle::GetSharedInstance().GetRawDataResource( |
- IDR_SIM_UNLOCK_HTML)); |
+ IDR_SIM_UNLOCK_HTML, ui::ResourceHandle::kScaleFactorNone)); |
std::string full_html = jstemplate_builder::GetI18nTemplateHtml(html, |
&strings); |