| Index: content/test/content_test_launcher.cc
|
| diff --git a/content/test/content_test_launcher.cc b/content/test/content_test_launcher.cc
|
| index ec0c581a166d9ae228ffb73810bda8ccb86cd234..8f017900109c8bb5e01d16311feeddb7323c0746 100644
|
| --- a/content/test/content_test_launcher.cc
|
| +++ b/content/test/content_test_launcher.cc
|
| @@ -19,7 +19,7 @@
|
|
|
| #if defined(OS_ANDROID)
|
| #include "base/message_loop.h"
|
| -#include "content/test/browser_test_message_pump_android.h"
|
| +#include "content/public/test/nested_message_pump_android.h"
|
| #endif
|
|
|
| #if defined(OS_WIN)
|
| @@ -57,7 +57,7 @@ class ContentShellTestSuiteInitializer
|
|
|
| #if defined(OS_ANDROID)
|
| base::MessagePump* CreateMessagePumpForUI() {
|
| - return new BrowserTestMessagePumpAndroid();
|
| + return new NestedMessagePumpAndroid();
|
| };
|
| #endif
|
|
|
|
|