| 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();
|
|
|