| Index: mojo/services/public/cpp/view_manager/view_manager_delegate.h
|
| diff --git a/mojo/services/public/cpp/view_manager/view_manager_delegate.h b/mojo/services/public/cpp/view_manager/view_manager_delegate.h
|
| index 424f62a48b60fe3e2f1324b4eac0dbf27e151756..bbb9867608b9d273cad0dba3cb1917b57843022c 100644
|
| --- a/mojo/services/public/cpp/view_manager/view_manager_delegate.h
|
| +++ b/mojo/services/public/cpp/view_manager/view_manager_delegate.h
|
| @@ -11,7 +11,7 @@
|
| namespace mojo {
|
|
|
| class ServiceProviderImpl;
|
| -class Node;
|
| +class View;
|
| class ViewManager;
|
|
|
| // Interface implemented by an application using the view manager.
|
| @@ -32,7 +32,7 @@ class ViewManagerDelegate {
|
| // to the embedder and any services obtained from it are not broken and will
|
| // continue to be valid.
|
| virtual void OnEmbed(ViewManager* view_manager,
|
| - Node* root,
|
| + View* root,
|
| ServiceProviderImpl* exported_services,
|
| scoped_ptr<ServiceProvider> imported_services) = 0;
|
|
|
|
|