Merge revision 1407 changes:

- Windows: Fix compile error.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1408 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2013-08-23 14:37:13 +00:00
parent 1823307c27
commit 99c56df11e

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)