| Index: chrome/browser/notifications/desktop_notification_service.cc
|
| ===================================================================
|
| --- chrome/browser/notifications/desktop_notification_service.cc (revision 72000)
|
| +++ chrome/browser/notifications/desktop_notification_service.cc (working copy)
|
| @@ -5,7 +5,6 @@
|
| #include "chrome/browser/notifications/desktop_notification_service.h"
|
|
|
| #include "app/l10n_util.h"
|
| -#include "app/resource_bundle.h"
|
| #include "base/metrics/histogram.h"
|
| #include "base/threading/thread.h"
|
| #include "base/utf_string_conversions.h"
|
| @@ -37,6 +36,7 @@
|
| #include "grit/theme_resources.h"
|
| #include "net/base/escape.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebNotificationPresenter.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
|
|
| using WebKit::WebNotificationPresenter;
|
| using WebKit::WebTextDirection;
|
|
|