summaryrefslogtreecommitdiffstats
path: root/ceee/ie/broker/executors_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'ceee/ie/broker/executors_manager.h')
-rw-r--r--ceee/ie/broker/executors_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ceee/ie/broker/executors_manager.h b/ceee/ie/broker/executors_manager.h
index 48925d5..a681751 100644
--- a/ceee/ie/broker/executors_manager.h
+++ b/ceee/ie/broker/executors_manager.h
@@ -14,8 +14,8 @@
#include <map>
#include <list>
-#include "base/lock.h"
#include "base/singleton.h"
+#include "base/synchronization/lock.h"
#include "base/task.h"
#include "ceee/common/window_utils.h"
#include "ceee/ie/broker/window_events_funnel.h"
@@ -252,7 +252,7 @@ class ExecutorsManager {
// To protect the access to the maps (ExecutorsManager::executors_ &
// ExecutorsManager::pending_registrations_ & tab_id_map_/handle_map_).
- Lock lock_;
+ base::Lock lock_;
// Test seam.
WindowEventsFunnel windows_events_funnel_;