Require explicit selection of traits for LazyInstance
https://codereview.chromium.org/2733283002
This commit is contained in:
parent
e16e1e2854
commit
e2fe95894f
4 changed files with 7 additions and 7 deletions
|
@ -68,7 +68,7 @@ const base::FilePath::CharType kComponentUpdatedFlashHint[] =
|
|||
FILE_PATH_LITERAL("latest-component-updated-flash");
|
||||
#endif // defined(OS_LINUX)
|
||||
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue