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

Unified Diff: mojo/shell/shell_test_helper.cc

Issue 304273004: Add name to services (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Get chrome to build 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
« no previous file with comments | « mojo/shell/run.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/shell_test_helper.cc
diff --git a/mojo/shell/shell_test_helper.cc b/mojo/shell/shell_test_helper.cc
index 4b8f0b86b3cdaf434f3afcf14be325fc0a41d7e9..1fc3ae498d71b70f77eae11ead76c17939523529 100644
--- a/mojo/shell/shell_test_helper.cc
+++ b/mojo/shell/shell_test_helper.cc
@@ -48,8 +48,8 @@ class ShellTestHelper::TestServiceProvider : public ServiceProvider {
// ServiceProvider:
virtual void ConnectToService(
const mojo::String& url,
- ScopedMessagePipeHandle client_handle) OVERRIDE {
- }
+ const mojo::String& name,
+ ScopedMessagePipeHandle client_handle) OVERRIDE {}
private:
DISALLOW_COPY_AND_ASSIGN(TestServiceProvider);
« no previous file with comments | « mojo/shell/run.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698