| 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..ea7825eb1fc1d8ddda6a7eef12696390d849a906 100644
|
| --- a/chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc
|
| @@ -30,6 +30,7 @@
|
| #include "grit/browser_resources.h"
|
| #include "grit/generated_resources.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| +#include "ui/base/layout.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
|
|
| using content::BrowserThread;
|
| @@ -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::SCALE_FACTOR_NONE));
|
|
|
| std::string full_html = jstemplate_builder::GetI18nTemplateHtml(html,
|
| &strings);
|
|
|