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 8dd2b511b46ec1c1c1f9dc99931e6d3366e7a444..84b053730542d383bcba3b948c6f9ea41d087fc9 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host.h |
+++ b/chrome/browser/sync/glue/sync_backend_host.h |
@@ -270,7 +270,7 @@ class SyncBackendHost : public browser_sync::ModelSafeWorkerRegistrar { |
public JsBackend, |
public JsEventRouter { |
public: |
- explicit Core(SyncBackendHost* backend); |
+ Core(const std::string& name, SyncBackendHost* backend); |
// SyncManager::Observer implementation. The Core just acts like an air |
// traffic controller here, forwarding incoming messages to appropriate |