diff options
Diffstat (limited to 'base/path_service.cc')
-rw-r--r-- | base/path_service.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/path_service.cc b/base/path_service.cc index 21eea9c..256318c 100644 --- a/base/path_service.cc +++ b/base/path_service.cc @@ -134,7 +134,7 @@ struct PathData { } }; -static base::LazyInstance<PathData> g_path_data(base::LINKER_INITIALIZED); +static base::LazyInstance<PathData> g_path_data = LAZY_INSTANCE_INITIALIZER; static PathData* GetPathData() { return g_path_data.Pointer(); |