chromium/components/update_client/protocol_handler.h

// Copyright 2018 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_UPDATE_CLIENT_PROTOCOL_HANDLER_H_
#define COMPONENTS_UPDATE_CLIENT_PROTOCOL_HANDLER_H_

#include <memory>

namespace update_client {

class ProtocolParser;
class ProtocolSerializer;

class ProtocolHandlerFactory {};

class ProtocolHandlerFactoryJSON final : public ProtocolHandlerFactory {};

}  // namespace update_client

#endif  // COMPONENTS_UPDATE_CLIENT_PROTOCOL_HANDLER_H_