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

Unified Diff: chrome/browser/android/background_sync_launcher_android.h

Issue 2733283002: Require explicit selection of traits for LazyInstance (Closed)
Patch Set: l10n again Created 3 years, 9 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/app/chrome_main_delegate.cc ('k') | chrome/browser/android/background_sync_launcher_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/background_sync_launcher_android.h
diff --git a/chrome/browser/android/background_sync_launcher_android.h b/chrome/browser/android/background_sync_launcher_android.h
index 2ce1522bed8952c7329dbf846eaf2fdbecab152e..be547a8897ab7c15e705ccc7f36094b1dd105ce5 100644
--- a/chrome/browser/android/background_sync_launcher_android.h
+++ b/chrome/browser/android/background_sync_launcher_android.h
@@ -31,7 +31,7 @@ class BackgroundSyncLauncherAndroid {
static void SetPlayServicesVersionCheckDisabledForTests(bool disabled);
private:
- friend struct base::DefaultLazyInstanceTraits<BackgroundSyncLauncherAndroid>;
+ friend struct base::LazyInstanceTraitsBase<BackgroundSyncLauncherAndroid>;
// Constructor and destructor marked private to enforce singleton
BackgroundSyncLauncherAndroid();
« no previous file with comments | « chrome/app/chrome_main_delegate.cc ('k') | chrome/browser/android/background_sync_launcher_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698