| 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 ca3442bf8eb6122e563f95ea15a30433deeb709a..692ce5e396445f839c52bb83831abe9b2866a9e6 100644
|
| --- a/chrome/browser/notifications/desktop_notification_service.cc
|
| +++ b/chrome/browser/notifications/desktop_notification_service.cc
|
| @@ -43,6 +43,7 @@
|
| #include "ui/base/resource/resource_bundle.h"
|
|
|
| using content::BrowserThread;
|
| +using content::RenderViewHost;
|
| using content::WebContents;
|
| using WebKit::WebNotificationPresenter;
|
| using WebKit::WebTextDirection;
|
|
|