// 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. #include "components/update_client/protocol_serializer_json.h" #include <memory> #include <utility> #include <vector> #include "base/check.h" #include "base/json/json_writer.h" #include "base/values.h" #include "build/branding_buildflags.h" #include "build/build_config.h" #include "components/update_client/activity_data_service.h" namespace update_client { std::string ProtocolSerializerJSON::Serialize( const protocol_request::Request& request) const { … } } // namespace update_client