Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(432)

Unified Diff: components/html_viewer/mock_web_blob_registry_impl.h

Issue 1099383002: Change ScopedPtrHashMap's 2nd template parameter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698