| Index: chrome/browser/notifications/notification_object_proxy.cc
|
| diff --git a/chrome/browser/notifications/notification_object_proxy.cc b/chrome/browser/notifications/notification_object_proxy.cc
|
| index 83e0a54eb9fd99799fd4b49d1f8b063798ad512c..19ed6f522d6f994abebc97bc1f0561743c6e66c8 100644
|
| --- a/chrome/browser/notifications/notification_object_proxy.cc
|
| +++ b/chrome/browser/notifications/notification_object_proxy.cc
|
| @@ -7,6 +7,8 @@
|
| #include "base/stringprintf.h"
|
| #include "content/public/browser/render_view_host.h"
|
|
|
| +using content::RenderViewHost;
|
| +
|
| NotificationObjectProxy::NotificationObjectProxy(int process_id, int route_id,
|
| int notification_id, bool worker)
|
| : process_id_(process_id),
|
|
|