diff options
Diffstat (limited to 'chrome/browser/multi_process_notification_mac.mm')
-rw-r--r-- | chrome/browser/multi_process_notification_mac.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/multi_process_notification_mac.mm b/chrome/browser/multi_process_notification_mac.mm index 3c6259d..2861a14 100644 --- a/chrome/browser/multi_process_notification_mac.mm +++ b/chrome/browser/multi_process_notification_mac.mm @@ -163,7 +163,7 @@ class LeopardSwitchboardThread // all accesses to entries_ must be controlled by entries_lock_. std::vector<SwitchboardEntry> entries_; - Lock entries_lock_; + base::Lock entries_lock_; base::MessagePumpLibevent::FileDescriptorWatcher watcher_; }; @@ -192,7 +192,7 @@ class ListenerImpl : public base::MessagePumpLibevent::Watcher { bool started_; int fd_; int token_; - Lock switchboard_lock_; + base::Lock switchboard_lock_; static LeopardSwitchboardThread* g_switchboard_thread_; base::MessagePumpLibevent::FileDescriptorWatcher watcher_; scoped_refptr<base::MessageLoopProxy> message_loop_proxy_; |