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(); |