// 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 CONTENT_RENDERER_V8_VALUE_CONVERTER_IMPL_H_ #define CONTENT_RENDERER_V8_VALUE_CONVERTER_IMPL_H_ #include <map> #include "base/memory/raw_ptr.h" #include "base/values.h" #include "content/common/content_export.h" #include "content/public/renderer/v8_value_converter.h" namespace content { class CONTENT_EXPORT V8ValueConverterImpl : public V8ValueConverter { … }; } // namespace content #endif // CONTENT_RENDERER_V8_VALUE_CONVERTER_IMPL_H_