chromium/chrome/browser/extensions/api/automation_internal/chrome_automation_internal_api_delegate.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 CHROME_BROWSER_EXTENSIONS_API_AUTOMATION_INTERNAL_CHROME_AUTOMATION_INTERNAL_API_DELEGATE_H_
#define CHROME_BROWSER_EXTENSIONS_API_AUTOMATION_INTERNAL_CHROME_AUTOMATION_INTERNAL_API_DELEGATE_H_

#include "extensions/browser/api/automation_internal/automation_internal_api_delegate.h"

namespace extensions {

class AutomationEventRouterInterface;

// A delegate for chrome specific automation api logic.
class ChromeAutomationInternalApiDelegate
    : public AutomationInternalApiDelegate {};

}  // namespace extensions

#endif  // CHROME_BROWSER_EXTENSIONS_API_AUTOMATION_INTERNAL_CHROME_AUTOMATION_INTERNAL_API_DELEGATE_H_