| Index: chrome/browser/profiles/profile_manager.cc
|
| diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc
|
| index ae4fb090d41a8c7d3c84cd8cd02d73cb44953392..9c058de96b18449ad1202fe8ac51929bb9fe7167 100644
|
| --- a/chrome/browser/profiles/profile_manager.cc
|
| +++ b/chrome/browser/profiles/profile_manager.cc
|
| @@ -53,7 +53,7 @@ namespace {
|
|
|
| // Profiles that should be deleted on shutdown.
|
| std::vector<FilePath>& ProfilesToDelete() {
|
| - static std::vector<FilePath> profiles_to_delete;
|
| + CR_DEFINE_STATIC_LOCAL(std::vector<FilePath>, profiles_to_delete, ());
|
| return profiles_to_delete;
|
| }
|
|
|
|
|