| Index: mojo/services/view_manager/view_manager_service_impl.h
|
| diff --git a/mojo/services/view_manager/view_manager_service_impl.h b/mojo/services/view_manager/view_manager_service_impl.h
|
| index f248390b6ed6ca89cf3a99a94d871a78fee4a48f..029511974e4b121e991b22fec7f977943fc15794 100644
|
| --- a/mojo/services/view_manager/view_manager_service_impl.h
|
| +++ b/mojo/services/view_manager/view_manager_service_impl.h
|
| @@ -97,7 +97,7 @@ class MOJO_VIEW_MANAGER_EXPORT ViewManagerServiceImpl
|
| // TODO(sky): move this to private section (currently can't because of
|
| // bindings).
|
| // InterfaceImp overrides:
|
| - virtual void OnConnectionError() MOJO_OVERRIDE;
|
| + virtual void OnConnectionError() override;
|
|
|
| private:
|
| typedef std::map<ConnectionSpecificId, ServerView*> ViewMap;
|
| @@ -181,7 +181,7 @@ class MOJO_VIEW_MANAGER_EXPORT ViewManagerServiceImpl
|
| virtual void DispatchOnViewInputEvent(Id view_id, EventPtr event) OVERRIDE;
|
|
|
| // InterfaceImpl:
|
| - virtual void OnConnectionEstablished() MOJO_OVERRIDE;
|
| + virtual void OnConnectionEstablished() override;
|
|
|
| // AccessPolicyDelegate:
|
| virtual const base::hash_set<Id>& GetRootsForAccessPolicy() const OVERRIDE;
|
|
|