| Index: content/browser/service_worker/service_worker_info.h
|
| diff --git a/content/browser/service_worker/service_worker_info.h b/content/browser/service_worker/service_worker_info.h
|
| index f177e75451a68c857601b768f6b9b212563da4c9..bbaa5834d5633dbfae0de180bed78e7d628300c5 100644
|
| --- a/content/browser/service_worker/service_worker_info.h
|
| +++ b/content/browser/service_worker/service_worker_info.h
|
| @@ -31,7 +31,7 @@ struct CONTENT_EXPORT ServiceWorkerVersionInfo {
|
| ServiceWorkerVersion::Status status,
|
| const GURL& script_url,
|
| int64 registration_id,
|
| - int64 version_id,
|
| + std::string version_uuid,
|
| int process_id,
|
| int thread_id,
|
| int devtools_agent_route_id);
|
| @@ -41,7 +41,7 @@ struct CONTENT_EXPORT ServiceWorkerVersionInfo {
|
| ServiceWorkerVersion::Status status;
|
| GURL script_url;
|
| int64 registration_id;
|
| - int64 version_id;
|
| + std::string version_uuid;
|
| int process_id;
|
| int thread_id;
|
| int devtools_agent_route_id;
|
|
|