| 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 629722ae653a1e73398f4743ea97c9ab0cc4af8c..4d53c7ca50a893d2a86de5ce8fec7b627010f9f1 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_impl.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_impl.h
|
| @@ -177,7 +177,8 @@ class SyncBackendHostImpl
|
| const syncer::WeakHandle<syncer::JsBackend> js_backend,
|
| const syncer::WeakHandle<syncer::DataTypeDebugInfoListener>
|
| debug_info_listener,
|
| - syncer::SyncContextProxy* sync_context_proxy);
|
| + syncer::SyncContextProxy* sync_context_proxy,
|
| + const std::string& cache_guid);
|
|
|
| // Downloading of control types failed and will be retried. Invokes the
|
| // frontend's sync configure retry method.
|
|
|