blob: 9c54570e7f4acceb8af325bdf9d02ced52636e94 [file] [log] [blame]
// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/performance_manager/public/graph/graph.h"
#include "base/dcheck_is_on.h"
namespace performance_manager {
Graph::Graph() = default;
Graph::~Graph() = default;
GraphObserver::GraphObserver() = default;
GraphObserver::~GraphObserver() = default;
GraphOwned::GraphOwned() = default;
GraphOwned::~GraphOwned() = default;
GraphOwnedDefaultImpl::GraphOwnedDefaultImpl() = default;
GraphOwnedDefaultImpl::~GraphOwnedDefaultImpl() = default;
} // namespace performance_manager