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 93303369fb0178b757351520c3682f3357f3bfcc..71200d05c09e8c1d247d9e3c7c2f65d1f585e8c8 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 |
@@ -66,7 +66,7 @@ class ViewManagerSynchronizer : public IViewManagerClient { |
typedef ScopedVector<ViewManagerTransaction> Transactions; |
// Overridden from IViewManagerClient: |
- virtual void OnConnectionEstablished( |
+ virtual void OnViewManagerConnectionEstablished( |
TransportConnectionId connection_id, |
TransportChangeId next_server_change_id, |
const mojo::Array<INode>& nodes) OVERRIDE; |