Index: content/browser/notifications/notification_database_data_unittest.cc |
diff --git a/content/browser/notifications/notification_database_data_unittest.cc b/content/browser/notifications/notification_database_data_unittest.cc |
index 502d3d8068ebdaaefbfb3043cebcf48f5a2074d1..a080ae4d5581dae8e1d1da24853eb0cece12f2ba 100644 |
--- a/content/browser/notifications/notification_database_data_unittest.cc |
+++ b/content/browser/notifications/notification_database_data_unittest.cc |
@@ -2,6 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include <stddef.h> |
+#include <stdint.h> |
+ |
+#include "base/macros.h" |
#include "base/strings/string_number_conversions.h" |
#include "base/strings/utf_string_conversions.h" |
#include "content/browser/notifications/notification_database_data.pb.h" |