| Index: content/child/service_worker/service_worker_dispatcher_unittest.cc
|
| diff --git a/content/child/service_worker/service_worker_dispatcher_unittest.cc b/content/child/service_worker/service_worker_dispatcher_unittest.cc
|
| index eaca487bea477eed620e0bc8e049b9f2699cf2ae..9a75ee15caa07f1cfee806a53e5143f7bb13b129 100644
|
| --- a/content/child/service_worker/service_worker_dispatcher_unittest.cc
|
| +++ b/content/child/service_worker/service_worker_dispatcher_unittest.cc
|
| @@ -48,11 +48,11 @@ class ServiceWorkerDispatcherTest : public testing::Test {
|
| info->registration_id = 20;
|
|
|
| attrs->active.handle_id = 100;
|
| - attrs->active.version_id = 200;
|
| + attrs->active.version_uuid = "94940585-0207-4d8b-bbf2-b0e811b9e5c1";
|
| attrs->waiting.handle_id = 101;
|
| - attrs->waiting.version_id = 201;
|
| + attrs->waiting.version_uuid = "f955c2a7-73ac-446d-a4cb-3341a1bb6719";
|
| attrs->installing.handle_id = 102;
|
| - attrs->installing.version_id = 202;
|
| + attrs->installing.version_uuid = "251c5cce-f67e-494f-8701-069aabd16402";
|
| }
|
|
|
| WebServiceWorkerRegistrationImpl* FindOrCreateRegistration(
|
|
|