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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_font.h

Issue 10386080: Rename nacl::RefCounted to nacl::RefCountedThreadSafe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: License bump Created 8 years, 7 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/native_client/src/shared/ppapi_proxy/plugin_ppb_font.h
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_font.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_font.h
index 27e149f2ce9e68a2e6fa4fd1dc88b04b514e1a1b..ee4b8ff389e6c079c677430db79deb4aa0bdc90f 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_font.h
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_font.h
@@ -19,6 +19,9 @@ class PluginFont : public PluginResource {
static const PPB_Font_Dev* GetInterface();
+ protected:
+ virtual ~PluginFont() {}
+
private:
NACL_DISALLOW_COPY_AND_ASSIGN(PluginFont);
};

Powered by Google App Engine
This is Rietveld 408576698