#include "components/sync/engine/loopback_server/loopback_connection_manager.h"
#include "components/sync/engine/net/server_connection_manager.h"
#include "components/sync/protocol/sync.pb.h"
#include "net/http/http_status_code.h"
namespace syncer {
LoopbackConnectionManager::LoopbackConnectionManager(
const base::FilePath& persistent_file)
: … { … }
LoopbackConnectionManager::~LoopbackConnectionManager() = default;
HttpResponse LoopbackConnectionManager::PostBuffer(
const std::string& buffer_in,
const std::string& access_token,
std::string* buffer_out) { … }
}