diff options
Diffstat (limited to 'base/files/file_path_watcher_linux.cc')
-rw-r--r-- | base/files/file_path_watcher_linux.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/files/file_path_watcher_linux.cc b/base/files/file_path_watcher_linux.cc index ab4cd41..6dc4ab9 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"), |