| 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 f161516df6a2597921af5a3cb7e10be9e3546dfc..1767b847ddc2582497e4d7e5f0ed81bd57111d78 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"
|
|
|
| @@ -88,7 +87,7 @@ class ViewManagerSynchronizer : public IViewManagerClient {
|
| // construction.
|
| base::RunLoop* init_loop_;
|
|
|
| - RemotePtr<IViewManager> service_;
|
| + IViewManagerPtr service_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ViewManagerSynchronizer);
|
| };
|
|
|