| Index: content/browser/notifications/notification_database.h
|
| diff --git a/content/browser/notifications/notification_database.h b/content/browser/notifications/notification_database.h
|
| index 4f230a11c861217ab2705de714dc03ca5e31d998..e5914e1abf1a7bc80517cda3e914a36f1cd6f23f 100644
|
| --- a/content/browser/notifications/notification_database.h
|
| +++ b/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"
|
|
|
|
|