Chromium Code Reviews| Index: chrome_frame/protocol_sink_wrap.h |
| =================================================================== |
| --- chrome_frame/protocol_sink_wrap.h (revision 72107) |
| +++ chrome_frame/protocol_sink_wrap.h (working copy) |
| @@ -133,7 +133,7 @@ |
| private: |
| typedef std::map<IInternetProtocol*, ProtData*> ProtocolDataMap; |
| static ProtocolDataMap datamap_; |
| - static Lock datamap_lock_; |
| + static base::Lock datamap_lock_; |
| // Url we are retrieving. Used for RendererTypeForUrl() only. |
| std::wstring url_; |