Index: mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h |
diff --git a/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h b/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h |
index c4bf67360807618bf6ce642bc99d8accbd7fa736..fc46abc29dea99d3d4798ce1622821c138c32e1e 100644 |
--- a/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h |
+++ b/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h |
@@ -7,7 +7,6 @@ |
#include "base/basictypes.h" |
#include "base/memory/scoped_vector.h" |
-#include "mojo/public/cpp/bindings/remote_ptr.h" |
#include "mojo/services/public/cpp/view_manager/view_manager_types.h" |
#include "mojo/services/public/interfaces/view_manager/view_manager.mojom.h" |
@@ -96,7 +95,7 @@ class ViewManagerSynchronizer : public IViewManagerClient { |
// construction. |
base::RunLoop* init_loop_; |
- RemotePtr<IViewManager> service_; |
+ IViewManagerPtr service_; |
DISALLOW_COPY_AND_ASSIGN(ViewManagerSynchronizer); |
}; |