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

Unified Diff: mojo/shell/shell_test_helper.cc

Issue 294833002: Mojo: more idiomatic C++ bindings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more 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.cc
diff --git a/mojo/shell/shell_test_helper.cc b/mojo/shell/shell_test_helper.cc
index d1c77f97095419ab351db178e5538d020f087f4a..48406f00802e53533904602abead9cd34cb49a70 100644
--- a/mojo/shell/shell_test_helper.cc
+++ b/mojo/shell/shell_test_helper.cc
@@ -40,8 +40,7 @@ class ShellTestHelper::TestShellClient : public ShellClient {
// ShellClient:
virtual void AcceptConnection(
- const mojo::String& url,
- ScopedMessagePipeHandle client_handle) OVERRIDE {
+ String url, ScopedMessagePipeHandle client_handle) OVERRIDE {
}
private:

Powered by Google App Engine
This is Rietveld 408576698