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

Unified Diff: ios/chrome/browser/signin/account_tracker_service_factory.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
Index: ios/chrome/browser/signin/account_tracker_service_factory.h
diff --git a/ios/chrome/browser/signin/account_tracker_service_factory.h b/ios/chrome/browser/signin/account_tracker_service_factory.h
index 5ba81e53fe46e650288e4bb56ab8a89787b55a3f..507d99513ef94a6b587c3929f6c9520940f2e642 100644
--- a/ios/chrome/browser/signin/account_tracker_service_factory.h
+++ b/ios/chrome/browser/signin/account_tracker_service_factory.h
@@ -10,8 +10,11 @@
#include "components/keyed_service/ios/browser_state_keyed_service_factory.h"
class AccountTrackerService;
+
+namespace base {
template <typename T>
struct DefaultSingletonTraits;
+} // namespace base
namespace ios {
@@ -32,7 +35,7 @@ class AccountTrackerServiceFactory : public BrowserStateKeyedServiceFactory {
static AccountTrackerServiceFactory* GetInstance();
private:
- friend struct DefaultSingletonTraits<AccountTrackerServiceFactory>;
+ friend struct base::DefaultSingletonTraits<AccountTrackerServiceFactory>;
AccountTrackerServiceFactory();
~AccountTrackerServiceFactory() override;
« no previous file with comments | « ios/chrome/browser/signin/account_reconcilor_factory.cc ('k') | ios/chrome/browser/signin/account_tracker_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698