diff options
Diffstat (limited to 'chrome/common/mac/launchd.h')
-rw-r--r-- | chrome/common/mac/launchd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/mac/launchd.h b/chrome/common/mac/launchd.h index c43341c..6e86093 100644 --- a/chrome/common/mac/launchd.h +++ b/chrome/common/mac/launchd.h @@ -88,7 +88,7 @@ class Launchd { private: // TODO(dmaclach): remove this once http://crbug.com/76925 is fixed. // Scaffolding for doing unittests with our singleton. - friend struct DefaultSingletonTraits<Launchd>; + friend struct base::DefaultSingletonTraits<Launchd>; static Launchd* g_instance_; DISALLOW_COPY_AND_ASSIGN(Launchd); |