| Index: chrome/browser/notifications/desktop_notification_service.cc
|
| diff --git a/chrome/browser/notifications/desktop_notification_service.cc b/chrome/browser/notifications/desktop_notification_service.cc
|
| index ff351763a0e886310e39203b1a34caf3e58de1c3..9ab605e91fc0d7c17b8d28b9a370f2e89a578bee 100644
|
| --- a/chrome/browser/notifications/desktop_notification_service.cc
|
| +++ b/chrome/browser/notifications/desktop_notification_service.cc
|
| @@ -41,6 +41,7 @@
|
| #include "net/base/escape.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityOrigin.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| +#include "ui/base/layout.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
|
|
| using content::BrowserThread;
|
| @@ -205,7 +206,7 @@ string16 DesktopNotificationService::CreateDataUrl(
|
| int resource, const std::vector<std::string>& subst) {
|
| const base::StringPiece template_html(
|
| ResourceBundle::GetSharedInstance().GetRawDataResource(
|
| - resource));
|
| + resource, ui::SCALE_FACTOR_NONE));
|
|
|
| if (template_html.empty()) {
|
| NOTREACHED() << "unable to load template. ID: " << resource;
|
|
|