summaryrefslogtreecommitdiffstats
path: root/mojo/services/view_manager/view_manager_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/services/view_manager/view_manager_connection.h')
-rw-r--r--mojo/services/view_manager/view_manager_connection.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mojo/services/view_manager/view_manager_connection.h b/mojo/services/view_manager/view_manager_connection.h
index 51f1642..6b09498 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: