| Index: ash/shell/content/client/shell_browser_main_parts.cc
|
| diff --git a/ash/shell/content/client/shell_browser_main_parts.cc b/ash/shell/content/client/shell_browser_main_parts.cc
|
| index 2a9613b29268f9b4af7ba0f79ac171b1f88db7a5..431f633c5d0795555c2c91871bccdf529edfc371 100644
|
| --- a/ash/shell/content/client/shell_browser_main_parts.cc
|
| +++ b/ash/shell/content/client/shell_browser_main_parts.cc
|
| @@ -170,7 +170,7 @@ void ShellBrowserMainParts::PostMainMessageLoopRun() {
|
| }
|
|
|
| bool ShellBrowserMainParts::MainMessageLoopRun(int* result_code) {
|
| - base::MessageLoopForUI::current()->Run();
|
| + base::MessageLoop::current()->Run();
|
| return true;
|
| }
|
|
|
|
|