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

Unified Diff: mojo/examples/hello_world_service/hello_world_service_impl.h

Issue 109103003: Mojo: abstract interface implementation from generated Stub classes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/examples/hello_world_service/hello_world_service_impl.h
diff --git a/mojo/examples/hello_world_service/hello_world_service_impl.h b/mojo/examples/hello_world_service/hello_world_service_impl.h
index cffb5c9f3fc4dac4731f6f1dcf7d86870da4e2d3..9442bfdb1cca2f148adc051d96bd3ffab590273b 100644
--- a/mojo/examples/hello_world_service/hello_world_service_impl.h
+++ b/mojo/examples/hello_world_service/hello_world_service_impl.h
@@ -11,7 +11,7 @@
namespace mojo {
namespace examples {
-class HelloWorldServiceImpl : public HelloWorldServiceStub {
+class HelloWorldServiceImpl : public HelloWorldService {
public:
explicit HelloWorldServiceImpl(ScopedMessagePipeHandle pipe);
virtual ~HelloWorldServiceImpl();

Powered by Google App Engine
This is Rietveld 408576698