| Index: mojo/services/view_manager/view_manager_connection.h
|
| diff --git a/mojo/services/view_manager/view_manager_connection.h b/mojo/services/view_manager/view_manager_connection.h
|
| index 51f16428869a4f3092d4477eb6cfec2d908f60da..6b09498fde4ad69a3c4c46c8a8d7ae37512552e1 100644
|
| --- a/mojo/services/view_manager/view_manager_connection.h
|
| +++ b/mojo/services/view_manager/view_manager_connection.h
|
| @@ -8,6 +8,7 @@
|
| #include <set>
|
|
|
| #include "base/basictypes.h"
|
| +#include "base/compiler_specific.h"
|
| #include "mojo/public/cpp/shell/service.h"
|
| #include "mojo/services/public/interfaces/view_manager/view_manager.mojom.h"
|
| #include "mojo/services/view_manager/ids.h"
|
| @@ -24,7 +25,8 @@ class View;
|
|
|
| // Manages a connection from the client.
|
| class MOJO_VIEW_MANAGER_EXPORT ViewManagerConnection
|
| - : public ServiceConnection<IViewManager, ViewManagerConnection,
|
| + : public ServiceConnection<NON_EXPORTED_BASE(IViewManager),
|
| + ViewManagerConnection,
|
| RootNodeManager>,
|
| public NodeDelegate {
|
| public:
|
|
|