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 9589e9b788dce7807ac0b97a011e6012e6b47860..1dc833dc880912c6e291448d8fe44978d27badb5 100644 |
--- a/base/files/file_path_watcher_linux.cc |
+++ b/base/files/file_path_watcher_linux.cc |
@@ -63,7 +63,7 @@ class InotifyReader { |
void OnInotifyEvent(const inotify_event* event); |
private: |
- friend struct DefaultLazyInstanceTraits<InotifyReader>; |
+ friend struct LazyInstanceTraitsBase<InotifyReader>; |
typedef std::set<FilePathWatcherImpl*> WatcherSet; |