Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(329)

Unified Diff: mojo/shell/shell_test_helper.h

Issue 265793015: Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698