diff options
Diffstat (limited to 'chrome/browser/plugin_service.h')
-rw-r--r-- | chrome/browser/plugin_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/plugin_service.h b/chrome/browser/plugin_service.h index 66bd408..42c0cf6 100644 --- a/chrome/browser/plugin_service.h +++ b/chrome/browser/plugin_service.h @@ -101,7 +101,7 @@ class PluginService { void Shutdown(); private: - friend DefaultSingletonTraits<PluginService>; + friend struct DefaultSingletonTraits<PluginService>; // Creates the PluginService object, but doesn't actually build the plugin // list yet. It's generated lazily. |