| Index: components/html_viewer/mock_web_blob_registry_impl.h
|
| diff --git a/components/html_viewer/mock_web_blob_registry_impl.h b/components/html_viewer/mock_web_blob_registry_impl.h
|
| index 8c8acbbbc5b2d8d14bea8cce5e1939f8309b753c..1a8ee38a3cd01736e1d2c384197e86e37602b842 100644
|
| --- a/components/html_viewer/mock_web_blob_registry_impl.h
|
| +++ b/components/html_viewer/mock_web_blob_registry_impl.h
|
| @@ -50,7 +50,8 @@ class MockWebBlobRegistryImpl : public blink::WebBlobRegistry {
|
| blink::WebVector<blink::WebBlobData::Item*>* items) const;
|
|
|
| private:
|
| - base::ScopedPtrHashMap<std::string, ScopedVector<blink::WebBlobData::Item>>
|
| + base::ScopedPtrHashMap<std::string,
|
| + scoped_ptr<ScopedVector<blink::WebBlobData::Item>>>
|
| blob_data_items_map_;
|
| std::map<std::string, int> blob_ref_count_map_;
|
|
|
|
|