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

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: serialization 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..95ba9ee7491929294e1ae494a7cf50da929e479f 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 {
+ const String& url, ScopedMessagePipeHandle client_handle) OVERRIDE {
}
private:

Powered by Google App Engine
This is Rietveld 408576698