| 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 54da43087afc9441ceb650dc7de32b7f45348b37..9e9cd74fc5d46a719bc1cc7e105656e169a9f313 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/interfaces/view_manager/view_manager.mojom.h"
|
|
|
| namespace mojo {
|
| @@ -70,7 +69,7 @@ class ViewManagerSynchronizer : public IViewManagerClient {
|
|
|
| Transactions pending_transactions_;
|
|
|
| - RemotePtr<IViewManager> service_;
|
| + IViewManagerPtr service_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ViewManagerSynchronizer);
|
| };
|
|
|