// 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_RENDERER_RESOURCE_BUNDLE_SOURCE_MAP_H_ #define EXTENSIONS_RENDERER_RESOURCE_BUNDLE_SOURCE_MAP_H_ #include <map> #include <memory> #include <string> #include "base/memory/raw_ptr.h" #include "extensions/renderer/source_map.h" #include "v8/include/v8-forward.h" namespace ui { class ResourceBundle; } namespace extensions { class ResourceBundleSourceMap : public SourceMap { … }; } // namespace extensions #endif // EXTENSIONS_RENDERER_RESOURCE_BUNDLE_SOURCE_MAP_H_