// 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_COMPONENT_EXTENSION_RESOURCE_MANAGER_H_ #define EXTENSIONS_BROWSER_COMPONENT_EXTENSION_RESOURCE_MANAGER_H_ #include "extensions/common/extension_id.h" #include "ui/base/template_expressions.h" namespace base { class FilePath; } namespace extensions { // This class manages which extension resources actually come from // the resource bundle. class ComponentExtensionResourceManager { … }; } // namespace extensions #endif // EXTENSIONS_BROWSER_COMPONENT_EXTENSION_RESOURCE_MANAGER_H_