| Index: base/files/file_path_watcher_linux.cc
|
| diff --git a/base/files/file_path_watcher_linux.cc b/base/files/file_path_watcher_linux.cc
|
| index ab4cd41392feb467328b79c38885b668d0a41244..6dc4ab9cd55bb8db4765bf1b21db5d32d6b91773 100644
|
| --- a/base/files/file_path_watcher_linux.cc
|
| +++ b/base/files/file_path_watcher_linux.cc
|
| @@ -218,8 +218,8 @@ class InotifyReaderTask : public Task {
|
| DISALLOW_COPY_AND_ASSIGN(InotifyReaderTask);
|
| };
|
|
|
| -static base::LazyInstance<InotifyReader> g_inotify_reader(
|
| - base::LINKER_INITIALIZED);
|
| +static base::LazyInstance<InotifyReader> g_inotify_reader =
|
| + LAZY_INSTANCE_INITIALIZER;
|
|
|
| InotifyReader::InotifyReader()
|
| : thread_("inotify_reader"),
|
|
|