diff options
Diffstat (limited to 'content/shell/shell_browser_main_parts.cc')
-rw-r--r-- | content/shell/shell_browser_main_parts.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/shell_browser_main_parts.cc b/content/shell/shell_browser_main_parts.cc index 738ca26..99ff7ce 100644 --- a/content/shell/shell_browser_main_parts.cc +++ b/content/shell/shell_browser_main_parts.cc @@ -91,7 +91,7 @@ void ShellBrowserMainParts::PreMainMessageLoopStart() { void ShellBrowserMainParts::PostMainMessageLoopStart() { #if defined(OS_ANDROID) - MessageLoopForUI::current()->Start(); + base::MessageLoopForUI::current()->Start(); #endif } |