| Index: chrome/browser/sync/glue/sync_backend_host_impl.h
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host_impl.h b/chrome/browser/sync/glue/sync_backend_host_impl.h
|
| index c41a1ea6c0345b18ddf255c7ad21dba495b9b73e..4a65f467f9475d7089143ab5081108041a53f437 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_impl.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_impl.h
|
| @@ -260,6 +260,7 @@ class SyncBackendHostImpl
|
| syncer::InvalidatorState state) OVERRIDE;
|
| virtual void OnIncomingInvalidation(
|
| const syncer::ObjectIdInvalidationMap& invalidation_map) OVERRIDE;
|
| + virtual std::string GetOwnerName() const OVERRIDE;
|
|
|
| content::NotificationRegistrar notification_registrar_;
|
|
|
|
|