summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_service.h
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-20 17:21:30 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-20 17:21:30 +0000
commitfd49e2d9c6b9a294297c4cc79868e43e71df67ae (patch)
treee43967aab2ac83ae99519688b890f20cd06b97f9 /chrome/browser/plugin_service.h
parentaa3c4f8994228ab5b134b42c50e152f69d036d90 (diff)
downloadchromium_src-fd49e2d9c6b9a294297c4cc79868e43e71df67ae.zip
chromium_src-fd49e2d9c6b9a294297c4cc79868e43e71df67ae.tar.gz
chromium_src-fd49e2d9c6b9a294297c4cc79868e43e71df67ae.tar.bz2
Make plugin_service.cc compile on Posix.
Review URL: http://codereview.chromium.org/20531 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10102 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_service.h')
-rw-r--r--chrome/browser/plugin_service.h2
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.