Index: chrome/common/chrome_paths.cc |
diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc |
index d33af32d57de336abb1903ae66b65a6bfe104214..0506aa8e19282581106868cd8def63c9300cb8d5 100644 |
--- a/chrome/common/chrome_paths.cc |
+++ b/chrome/common/chrome_paths.cc |
@@ -72,7 +72,7 @@ const base::FilePath::CharType kChromeOSComponentFlash[] = FILE_PATH_LITERAL( |
"/run/imageloader/PepperFlashPlayer/libpepflashplayer.so"); |
#endif // defined(OS_CHROMEOS) |
-static base::LazyInstance<base::FilePath> |
+static base::LazyInstance<base::FilePath>::DestructorAtExit |
g_invalid_specified_user_data_dir = LAZY_INSTANCE_INITIALIZER; |
// Gets the path for internal plugins. |