Windows: Fix compile error.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1407 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2013-08-23 14:34:43 +00:00
parent e8334e040a
commit 9e9ef3311d
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ void CefSetOSModalLoop(bool osModalLoop) {
}
if (CEF_CURRENTLY_ON_UIT())
MessageLoop::current()->set_os_modal_loop(osModalLoop);
base::MessageLoop::current()->set_os_modal_loop(osModalLoop);
else
CEF_POST_TASK(CEF_UIT, base::Bind(CefSetOSModalLoop, osModalLoop));
#endif // defined(OS_WIN)