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

Unified Diff: mojo/services/native_viewport/native_viewport_service.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/services/native_viewport/native_viewport_service.h
diff --git a/mojo/services/native_viewport/native_viewport_service.h b/mojo/services/native_viewport/native_viewport_service.h
index 638a127ba13691b9355d22e8b3886d81edf2836d..85b734ab86695b547900286ac759ea90903a35e6 100644
--- a/mojo/services/native_viewport/native_viewport_service.h
+++ b/mojo/services/native_viewport/native_viewport_service.h
@@ -18,7 +18,7 @@ class Context;
namespace services {
-class NativeViewportService : public ShellClientStub {
+class NativeViewportService : public ShellClient {
public:
NativeViewportService(ScopedMessagePipeHandle shell_handle);
virtual ~NativeViewportService();

Powered by Google App Engine
This is Rietveld 408576698