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

Unified Diff: chrome/common/mac/launchd.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 | « chrome/browser/web_data_service_factory.cc ('k') | chrome/common/mac/launchd.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/browser/web_data_service_factory.cc ('k') | chrome/common/mac/launchd.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698