summaryrefslogtreecommitdiffstats
path: root/chrome_frame/com_type_info_holder.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/com_type_info_holder.h')
-rw-r--r--chrome_frame/com_type_info_holder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/com_type_info_holder.h b/chrome_frame/com_type_info_holder.h
index 9b0e6cf..3c974e8 100644
--- a/chrome_frame/com_type_info_holder.h
+++ b/chrome_frame/com_type_info_holder.h
@@ -8,8 +8,8 @@
#include <map>
#include <ocidl.h> // IProvideClassInfo2
-#include "base/lock.h"
#include "base/scoped_comptr_win.h"
+#include "base/synchronization/lock.h"
#define NO_VTABLE __declspec(novtable)
@@ -32,7 +32,7 @@ class NameToDispIdCache {
protected:
typedef std::map<HashType, DISPID> DispidMap;
DispidMap map_;
- mutable Lock lock_;
+ mutable base::Lock lock_;
};
// Wraps an instance of ITypeInfo and builds+maintains a cache of names