// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef PPAPI_PROXY_INTERFACE_LIST_H_ #define PPAPI_PROXY_INTERFACE_LIST_H_ #include <map> #include <memory> #include <string> #include <unordered_map> #include "base/synchronization/lock.h" #include "ppapi/proxy/interface_proxy.h" #include "ppapi/proxy/ppapi_proxy_export.h" #include "ppapi/shared_impl/ppapi_permissions.h" namespace ppapi { namespace proxy { class PPAPI_PROXY_EXPORT InterfaceList { … }; } // namespace proxy } // namespace ppapi #endif // PPAPI_PROXY_INTERFACE_LIST_H_