summaryrefslogtreecommitdiff
path: root/chromium/content/browser/notifications/notification_database.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/notifications/notification_database.h')
-rw-r--r--chromium/content/browser/notifications/notification_database.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/content/browser/notifications/notification_database.h b/chromium/content/browser/notifications/notification_database.h
index 4f230a11c86..e5914e1abf1 100644
--- a/chromium/content/browser/notifications/notification_database.h
+++ b/chromium/content/browser/notifications/notification_database.h
@@ -6,11 +6,13 @@
#define CONTENT_BROWSER_NOTIFICATIONS_NOTIFICATION_DATABASE_H_
#include <stdint.h>
+
#include <set>
#include <vector>
#include "base/files/file_path.h"
#include "base/macros.h"
+#include "base/memory/scoped_ptr.h"
#include "base/sequence_checker.h"
#include "content/common/content_export.h"