Index: content/browser/notifications/notification_message_filter.h |
diff --git a/content/browser/notifications/notification_message_filter.h b/content/browser/notifications/notification_message_filter.h |
index 3afc62859c73bdff2161a20be28eb118a4888259..9485412bc42d068f567203c50779627767448996 100644 |
--- a/content/browser/notifications/notification_message_filter.h |
+++ b/content/browser/notifications/notification_message_filter.h |
@@ -8,6 +8,7 @@ |
#include <map> |
#include "base/callback_forward.h" |
+#include "base/memory/ref_counted.h" |
johnme
2015/03/17 12:28:26
Unused
Peter Beverloo
2015/03/17 13:55:31
Erps, doing that in the next patch indeed :).
|
#include "content/public/browser/browser_message_filter.h" |
#include "third_party/WebKit/public/platform/modules/notifications/WebNotificationPermission.h" |