| 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 d1fca6ec6308514ba8d184d64a578dcbd8800d59..67a1c16a4e8aa76390eecd4377c08d296729bfc3 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_impl.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_impl.h
|
| @@ -257,6 +257,7 @@ class SyncBackendHostImpl
|
| syncer::InvalidatorState state) OVERRIDE;
|
| virtual void OnIncomingInvalidation(
|
| const syncer::ObjectIdInvalidationMap& invalidation_map) OVERRIDE;
|
| + virtual std::string GetOwnerName() OVERRIDE;
|
|
|
| content::NotificationRegistrar notification_registrar_;
|
|
|
|
|