| Index: content/child/service_worker/service_worker_dispatcher.cc
|
| diff --git a/content/child/service_worker/service_worker_dispatcher.cc b/content/child/service_worker/service_worker_dispatcher.cc
|
| index f33b86a0c8b0988c1aa209eaa24b37aafec8eec0..470f61214b39224d4186cb032d7cba0903009378 100644
|
| --- a/content/child/service_worker/service_worker_dispatcher.cc
|
| +++ b/content/child/service_worker/service_worker_dispatcher.cc
|
| @@ -4,10 +4,10 @@
|
|
|
| #include "content/child/service_worker/service_worker_dispatcher.h"
|
|
|
| -#include "base/debug/trace_event.h"
|
| #include "base/lazy_instance.h"
|
| #include "base/stl_util.h"
|
| #include "base/threading/thread_local.h"
|
| +#include "base/trace_event/trace_event.h"
|
| #include "content/child/child_thread.h"
|
| #include "content/child/service_worker/service_worker_handle_reference.h"
|
| #include "content/child/service_worker/service_worker_provider_context.h"
|
|
|