chromium/chromeos/ash/components/phonehub/icon_decoder.cc

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chromeos/ash/components/phonehub/icon_decoder_impl.h"

namespace ash {
namespace phonehub {

IconDecoder::DecodingData::DecodingData(unsigned long id,
                                        const std::string& input_data)
    : id(id), input_data(input_data) {}

}  // namespace phonehub
}  // namespace ash