blob: 222542ea619975e47b8e68fb146ffbe54617c4b7 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "garnet/bin/zxdb/client/frame.h"
namespace zxdb {
Frame::Frame(Session* session) : ClientObject(session) {}
Frame::~Frame() = default;
} // namespace zxdb