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

Unified Diff: ppapi/proxy/flash_font_file_resource.h

Issue 1864293002: Convert //ppapi to use std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: ppapi/proxy/flash_font_file_resource.h
diff --git a/ppapi/proxy/flash_font_file_resource.h b/ppapi/proxy/flash_font_file_resource.h
index 4694734b4c4985c315c8567eada620014a7e453c..3e976712de1dc22b41a489030a2840953b716a28 100644
--- a/ppapi/proxy/flash_font_file_resource.h
+++ b/ppapi/proxy/flash_font_file_resource.h
@@ -47,7 +47,7 @@ class FlashFontFileResource : public PluginResource,
const std::string* AddFontTable(uint32_t table, const std::string& contents);
using FontTableMap =
- base::ScopedPtrHashMap<uint32_t, scoped_ptr<std::string>>;
+ base::ScopedPtrHashMap<uint32_t, std::unique_ptr<std::string>>;
FontTableMap font_tables_;
SerializedFontDescription description_;

Powered by Google App Engine
This is Rietveld 408576698