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

Unified Diff: chrome/browser/recovery/recovery_install_global_error_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: chrome/browser/recovery/recovery_install_global_error_factory.h
diff --git a/chrome/browser/recovery/recovery_install_global_error_factory.h b/chrome/browser/recovery/recovery_install_global_error_factory.h
index 2eb41267c4bde01b1005f54b896dee67081ff958..a4b7102fecbaf7d3163083c66143a6f42cd74e2a 100644
--- a/chrome/browser/recovery/recovery_install_global_error_factory.h
+++ b/chrome/browser/recovery/recovery_install_global_error_factory.h
@@ -25,7 +25,7 @@ class RecoveryInstallGlobalErrorFactory
static RecoveryInstallGlobalErrorFactory* GetInstance();
private:
- friend struct DefaultSingletonTraits<RecoveryInstallGlobalErrorFactory>;
+ friend struct base::DefaultSingletonTraits<RecoveryInstallGlobalErrorFactory>;
RecoveryInstallGlobalErrorFactory();
~RecoveryInstallGlobalErrorFactory() override;

Powered by Google App Engine
This is Rietveld 408576698