chromium/extensions/browser/test_runtime_api_delegate.h

// Copyright 2014 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_BROWSER_TEST_RUNTIME_API_DELEGATE_H_
#define EXTENSIONS_BROWSER_TEST_RUNTIME_API_DELEGATE_H_

#include "extensions/browser/api/runtime/runtime_api_delegate.h"
#include "extensions/common/extension_id.h"

namespace extensions {

class TestRuntimeAPIDelegate : public RuntimeAPIDelegate {};

}  // namespace extensions

#endif  // EXTENSIONS_BROWSER_TEST_RUNTIME_API_DELEGATE_H_