| Index: trunk/src/content/test/content_test_launcher.cc
|
| ===================================================================
|
| --- trunk/src/content/test/content_test_launcher.cc (revision 272588)
|
| +++ trunk/src/content/test/content_test_launcher.cc (working copy)
|
| @@ -76,7 +76,15 @@
|
| ContentTestSuiteBase::Initialize();
|
| }
|
|
|
| + virtual void Shutdown() OVERRIDE {
|
| + ContentTestSuiteBase::Shutdown();
|
| +
|
| #if defined(OS_ANDROID)
|
| + ShutdownMojo();
|
| +#endif
|
| + }
|
| +
|
| +#if defined(OS_ANDROID)
|
| scoped_ptr<ShellContentClient> content_client_;
|
| scoped_ptr<ShellContentBrowserClient> browser_content_client_;
|
| #endif
|
|
|