// 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. #ifndef IPC_URGENT_MESSAGE_OBSERVER_H_ #define IPC_URGENT_MESSAGE_OBSERVER_H_ namespace IPC { // Interface for observing events related to urgent messages. class UrgentMessageObserver { … }; } // namespace IPC #endif // IPC_URGENT_MESSAGE_OBSERVER_H_