chromium/chrome/browser/ash/guest_os/public/guest_os_terminal_provider.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 "chrome/browser/ash/guest_os/public/guest_os_terminal_provider.h"

namespace guest_os {

GuestOsTerminalProvider::GuestOsTerminalProvider() = default;
GuestOsTerminalProvider::~GuestOsTerminalProvider() = default;

}  // namespace guest_os