chromium/extensions/renderer/bindings/interaction_provider.h

// 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.

#ifndef EXTENSIONS_RENDERER_BINDINGS_INTERACTION_PROVIDER_H_
#define EXTENSIONS_RENDERER_BINDINGS_INTERACTION_PROVIDER_H_

#include <memory>

#include "v8/include/v8.h"

namespace extensions {

// Provides user interaction related utilities.
class InteractionProvider {};

}  // namespace extensions

#endif  // EXTENSIONS_RENDERER_BINDINGS_INTERACTION_PROVIDER_H_