Index: content/public/test/test_utils.h |
diff --git a/content/public/test/test_utils.h b/content/public/test/test_utils.h |
index 67ef47dce525e125853e6c13e32070f70975358b..84d9e9539c075d854963ef08f07674155b484f86 100644 |
--- a/content/public/test/test_utils.h |
+++ b/content/public/test/test_utils.h |
@@ -35,7 +35,7 @@ class CommandLine; |
namespace content { |
class RenderFrameHost; |
-class TestMojoShellContext; |
+class TestServiceManagerContext; |
// Turns on nestable tasks, runs the message loop, then resets nestable tasks |
// to what they were originally. Prefer this over MessageLoop::Run for in |
@@ -241,7 +241,7 @@ class InProcessUtilityThreadHelper : public BrowserChildProcessObserver { |
int child_thread_count_; |
scoped_refptr<MessageLoopRunner> runner_; |
- std::unique_ptr<TestMojoShellContext> shell_context_; |
+ std::unique_ptr<TestServiceManagerContext> shell_context_; |
DISALLOW_COPY_AND_ASSIGN(InProcessUtilityThreadHelper); |
}; |