chromium/extensions/test/test_extensions_client.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_TEST_TEST_EXTENSIONS_CLIENT_H_
#define EXTENSIONS_TEST_TEST_EXTENSIONS_CLIENT_H_

#include <set>
#include <string>

#include "base/memory/raw_ptr.h"
#include "extensions/common/extensions_client.h"
#include "url/gurl.h"

namespace extensions {

class TestExtensionsClient : public ExtensionsClient {};

}  // namespace extensions

#endif  // EXTENSIONS_TEST_TEST_EXTENSIONS_CLIENT_H_