| Index: content/renderer/v8_value_converter_impl.h
|
| ===================================================================
|
| --- content/renderer/v8_value_converter_impl.h (revision 163460)
|
| +++ content/renderer/v8_value_converter_impl.h (working copy)
|
| @@ -18,7 +18,9 @@
|
| class Value;
|
| }
|
|
|
| -class CONTENT_EXPORT V8ValueConverterImpl : public content::V8ValueConverter {
|
| +namespace content {
|
| +
|
| +class CONTENT_EXPORT V8ValueConverterImpl : public V8ValueConverter {
|
| public:
|
| V8ValueConverterImpl();
|
|
|
| @@ -68,4 +70,6 @@
|
| bool strip_null_from_objects_;
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // CONTENT_RENDERER_V8_VALUE_CONVERTER_IMPL_H_
|
|
|