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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/string_proxy_var.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
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/proxy_var.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/shared/ppapi_proxy/string_proxy_var.h
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/string_proxy_var.h b/ppapi/native_client/src/shared/ppapi_proxy/string_proxy_var.h
index 1c1b598a1460aed32435255e2b974d57070fb52a..8f90e43dc298fcbfed9f8082b7dc93817e1f852d 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/string_proxy_var.h
+++ b/ppapi/native_client/src/shared/ppapi_proxy/string_proxy_var.h
@@ -35,6 +35,9 @@ class StringProxyVar : public ProxyVar {
static_cast<StringProxyVar*>(proxy_var.get()));
}
+ protected:
+ virtual ~StringProxyVar() {}
+
private:
std::string contents_;
};
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/proxy_var.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698