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 a16df41f933df4d20f79831a769f08df8c7eb580..f3daaabc42fad799004f8c8921c9d8190ceeac29 100644 |
--- a/content/browser/notifications/notification_database_data_unittest.cc |
+++ b/content/browser/notifications/notification_database_data_unittest.cc |
@@ -19,7 +19,7 @@ |
namespace content { |
-const int64_t kNotificationId = 42; |
+const char kNotificationId[] = "my-notification"; |
const int64_t kServiceWorkerRegistrationId = 9001; |
const PlatformNotificationActionType kNotificationActionType = |