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

Unified Diff: ppapi/proxy/plugin_var_tracker.h

Issue 1308823002: Move Singleton and related structs to namespace base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ToT Created 5 years, 3 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/proxy/plugin_resource_tracker.h ('k') | ppapi/proxy/ppb_image_data_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/plugin_var_tracker.h
diff --git a/ppapi/proxy/plugin_var_tracker.h b/ppapi/proxy/plugin_var_tracker.h
index 671dffe619ffe3ca1458f43f73d1b300eaf7c503..0318a4ab5a34b53b4c43a124cc6692957ba1c78e 100644
--- a/ppapi/proxy/plugin_var_tracker.h
+++ b/ppapi/proxy/plugin_var_tracker.h
@@ -17,7 +17,10 @@
#include "ppapi/proxy/ppapi_proxy_export.h"
#include "ppapi/shared_impl/var_tracker.h"
+namespace base {
template<typename T> struct DefaultSingletonTraits;
+}
+
struct PPP_Class_Deprecated;
namespace ppapi {
@@ -106,7 +109,7 @@ class PPAPI_PROXY_EXPORT PluginVarTracker : public VarTracker {
base::SharedMemoryHandle handle) override;
private:
- friend struct DefaultSingletonTraits<PluginVarTracker>;
+ friend struct base::DefaultSingletonTraits<PluginVarTracker>;
friend class PluginProxyTestHarness;
// Represents a var as received from the host.
« no previous file with comments | « ppapi/proxy/plugin_resource_tracker.h ('k') | ppapi/proxy/ppb_image_data_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698