blob: 9363ccfc4f28e4fdd5cf0c09cf320211794c3581 [file] [log] [blame]
// Copyright 2021 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef RUNTIME_PROBE_SYSTEM_CONTEXT_FACTORY_IMPL_H_
#define RUNTIME_PROBE_SYSTEM_CONTEXT_FACTORY_IMPL_H_
#include "runtime_probe/system/context_impl.h"
namespace runtime_probe {
class ContextFactoryImpl : public ContextImpl {
public:
ContextFactoryImpl();
~ContextFactoryImpl() override = default;
};
} // namespace runtime_probe
#endif // RUNTIME_PROBE_SYSTEM_CONTEXT_FACTORY_IMPL_H_