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

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: fix windows bustage 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 a33810d9dd461ec728d88143044aeb11d7f6dea3..36ed8b1ecd6cc1b6afaa69c43025f5d6b80474f3 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