mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix build against old OneShotTimer
This commit is contained in:
@@ -503,7 +503,7 @@ class ProcessSingleton::LinuxWatcher
|
||||
// reads.
|
||||
size_t bytes_read_;
|
||||
|
||||
base::OneShotTimer timer_;
|
||||
base::OneShotTimer<SocketReader> timer_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(SocketReader);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user