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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_audio_config.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_audio_config.h
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_audio_config.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_audio_config.h
index 0943383c0560aa4350bdca4da2a45e52ca1a14e6..5f9af5820cc02e0180904a84d5f28fc1f2ab48cc 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_audio_config.h
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_audio_config.h
@@ -18,6 +18,9 @@ class PluginAudioConfig : public PluginResource {
// Returns the 1.0 interface to support backwards-compatibility.
static const PPB_AudioConfig_1_0* GetInterface1_0();
+ protected:
+ virtual ~PluginAudioConfig() {}
+
private:
NACL_DISALLOW_COPY_AND_ASSIGN(PluginAudioConfig);
};

Powered by Google App Engine
This is Rietveld 408576698