Index: content/browser/notifications/notification_id_generator_unittest.cc |
diff --git a/content/browser/notifications/notification_id_generator_unittest.cc b/content/browser/notifications/notification_id_generator_unittest.cc |
index 4f12fcc9d3ea574e8eab16ef31613e41ddd720a1..aeef6bbf0a1d7aaf85f2800463c8fa4e29ffa9a6 100644 |
--- a/content/browser/notifications/notification_id_generator_unittest.cc |
+++ b/content/browser/notifications/notification_id_generator_unittest.cc |
@@ -2,6 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include <stdint.h> |
+ |
+#include "base/macros.h" |
#include "base/strings/string_number_conversions.h" |
#include "content/browser/notifications/notification_id_generator.h" |
#include "content/public/test/test_browser_context.h" |