// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef REMOTING_CLIENT_NOTIFICATION_NOTIFICATION_MESSAGE_H_ #define REMOTING_CLIENT_NOTIFICATION_NOTIFICATION_MESSAGE_H_ #include <string> namespace remoting { struct NotificationMessage final { … }; } // namespace remoting #endif // REMOTING_CLIENT_NOTIFICATION_NOTIFICATION_MESSAGE_H_