| Index: chrome/browser/sync/glue/sync_backend_host.h
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h
|
| index 21fe22a11a7b4172f0fba9ac4a9862ebe5e3f62d..fce781c19fea8e746eca64646f23304c2af55a27 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host.h
|
| @@ -565,7 +565,10 @@ class SyncBackendHost : public browser_sync::ModelSafeWorkerRegistrar {
|
| // to safely talk back to the SyncFrontend.
|
| MessageLoop* const frontend_loop_;
|
|
|
| - Profile* profile_;
|
| + Profile* const profile_;
|
| +
|
| + // Name used for debugging (set from profile_->GetDebugName()).
|
| + const std::string name_;
|
|
|
| sync_notifier::SyncNotifierFactory sync_notifier_factory_;
|
|
|
|
|