| Index: chrome/common/mac/launchd.h
|
| diff --git a/chrome/common/mac/launchd.h b/chrome/common/mac/launchd.h
|
| index c43341c9a42dca28d522ee064b8ffefa17724e96..6e86093f6d6fef1ed4a873c3ffa8f375b087952a 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);
|
|
|