// 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_PERMISSION_MESSAGE_PROVIDER_H_ #define EXTENSIONS_TEST_TEST_PERMISSION_MESSAGE_PROVIDER_H_ #include "extensions/common/permissions/permission_message_provider.h" namespace extensions { class TestPermissionMessageProvider : public PermissionMessageProvider { … }; } // namespace extensions #endif // EXTENSIONS_TEST_TEST_PERMISSION_MESSAGE_PROVIDER_H_