| Index: chrome/browser/android/background_sync_launcher_android.cc
|
| diff --git a/chrome/browser/android/background_sync_launcher_android.cc b/chrome/browser/android/background_sync_launcher_android.cc
|
| index bac2de677419792743d4c45f3cd3a030f3177a5e..c31cac9461681d69efc2d9fc410520ccd375c53c 100644
|
| --- a/chrome/browser/android/background_sync_launcher_android.cc
|
| +++ b/chrome/browser/android/background_sync_launcher_android.cc
|
| @@ -11,8 +11,8 @@
|
| using content::BrowserThread;
|
|
|
| namespace {
|
| -base::LazyInstance<BackgroundSyncLauncherAndroid> g_background_sync_launcher =
|
| - LAZY_INSTANCE_INITIALIZER;
|
| +base::LazyInstance<BackgroundSyncLauncherAndroid>::DestructorAtExit
|
| + g_background_sync_launcher = LAZY_INSTANCE_INITIALIZER;
|
|
|
| // Disables the Play Services version check for testing on Chromium build bots.
|
| // TODO(iclelland): Remove this once the bots have their play services package
|
|
|