summaryrefslogtreecommitdiffstats
path: root/content/shell/shell_browser_main_parts.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/shell_browser_main_parts.cc')
-rw-r--r--content/shell/shell_browser_main_parts.cc2
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
}