blob: 381f34681f8ec7ea2a0954a93c3650e480e3cb99 [file] [log] [blame]
// Copyright 2018 The Chromium 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 "chrome/browser/vr/model/capturing_state_model.h"
namespace vr {
CapturingStateModel::CapturingStateModel() = default;
CapturingStateModel::CapturingStateModel(const CapturingStateModel& other) =
default;
CapturingStateModel::~CapturingStateModel() = default;
} // namespace vr