| 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 78ae300f6f64848ca485423e4c554814527ca5f7..7540d1bf22e805507aebb3b7dffa1676eb32f5b2 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
|
| @@ -8,7 +8,6 @@
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/memory/weak_ptr.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"
|
|
|
| @@ -94,7 +93,7 @@ class ViewManagerSynchronizer : public IViewManagerClient {
|
| // construction.
|
| base::RunLoop* init_loop_;
|
|
|
| - RemotePtr<IViewManager> service_;
|
| + IViewManagerPtr service_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ViewManagerSynchronizer);
|
| };
|
|
|