| 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_;
|
|
|