| Index: content/browser/shared_worker/worker_storage_partition.cc
|
| diff --git a/content/browser/worker_host/worker_storage_partition.cc b/content/browser/shared_worker/worker_storage_partition.cc
|
| similarity index 98%
|
| rename from content/browser/worker_host/worker_storage_partition.cc
|
| rename to content/browser/shared_worker/worker_storage_partition.cc
|
| index e7a5f40660c821c78bedd06a97bbad5d9a57cfe3..709260e34f97b4917b5bd569a60b369a5671b9f7 100644
|
| --- a/content/browser/worker_host/worker_storage_partition.cc
|
| +++ b/content/browser/shared_worker/worker_storage_partition.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/browser/worker_host/worker_storage_partition.h"
|
| +#include "content/browser/shared_worker/worker_storage_partition.h"
|
|
|
| #include <string>
|
|
|
|
|