Index: mojo/shell/shell_test_helper.h |
diff --git a/mojo/shell/shell_test_helper.h b/mojo/shell/shell_test_helper.h |
index 53d84a30b76faed2256397fe69ca647c4ed25e22..5d0df6ea5b86d77ae576a236988995796aab498b 100644 |
--- a/mojo/shell/shell_test_helper.h |
+++ b/mojo/shell/shell_test_helper.h |
@@ -9,7 +9,6 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/run_loop.h" |
#include "base/threading/thread.h" |
-#include "mojo/public/cpp/bindings/remote_ptr.h" |
#include "mojo/public/cpp/environment/environment.h" |
#include "mojo/public/interfaces/shell/shell.mojom.h" |
@@ -55,7 +54,7 @@ class ShellTestHelper { |
// Client interface for the shell. |
scoped_ptr<TestShellClient> shell_client_; |
- RemotePtr<Shell> shell_; |
+ ShellPtr shell_; |
DISALLOW_COPY_AND_ASSIGN(ShellTestHelper); |
}; |