| Index: components/sync_driver/sync_frontend.h
|
| diff --git a/components/sync_driver/sync_frontend.h b/components/sync_driver/sync_frontend.h
|
| index 0a360a8fd7ef9003c95f7fd422cc56400d5939d4..247d21546054b6d83663b9a6fed1f305df389ada 100644
|
| --- a/components/sync_driver/sync_frontend.h
|
| +++ b/components/sync_driver/sync_frontend.h
|
| @@ -48,6 +48,7 @@ class SyncFrontend {
|
| const syncer::WeakHandle<syncer::JsBackend>& js_backend,
|
| const syncer::WeakHandle<syncer::DataTypeDebugInfoListener>&
|
| debug_info_listener,
|
| + const std::string& cache_guid,
|
| bool success) = 0;
|
|
|
| // The backend queried the server recently and received some updates.
|
|
|