// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/public/common/notifications/platform_notification_data.h" #include "base/strings/stringprintf.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/blink/public/mojom/notifications/notification.mojom.h" namespace blink { TEST(PlatformNotificationDataTest, AssignmentOperator) { … } } // namespace blink