// 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 COMPONENTS_SHARING_MESSAGE_PING_MESSAGE_HANDLER_H_ #define COMPONENTS_SHARING_MESSAGE_PING_MESSAGE_HANDLER_H_ #include "components/sharing_message/sharing_message_handler.h" class PingMessageHandler : public SharingMessageHandler { … }; #endif // COMPONENTS_SHARING_MESSAGE_PING_MESSAGE_HANDLER_H_