| Index: content/renderer/shared_worker/shared_worker_repository.h
|
| diff --git a/content/renderer/shared_worker_repository.h b/content/renderer/shared_worker/shared_worker_repository.h
|
| similarity index 87%
|
| rename from content/renderer/shared_worker_repository.h
|
| rename to content/renderer/shared_worker/shared_worker_repository.h
|
| index c4dffb2fedc367d3013bffb82183eea989c7bce0..b6895911f781eb2e03ee1d344443f0f298055cb2 100644
|
| --- a/content/renderer/shared_worker_repository.h
|
| +++ b/content/renderer/shared_worker/shared_worker_repository.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_RENDERER_SHARED_WORKER_REPOSITORY_H_
|
| -#define CONTENT_RENDERER_SHARED_WORKER_REPOSITORY_H_
|
| +#ifndef CONTENT_RENDERER_SHARED_WORKER_SHARED_WORKER_REPOSITORY_H_
|
| +#define CONTENT_RENDERER_SHARED_WORKER_SHARED_WORKER_REPOSITORY_H_
|
|
|
| #include <memory>
|
| #include <set>
|
| @@ -45,4 +45,4 @@ class SharedWorkerRepository final
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_RENDERER_SHARED_WORKER_REPOSITORY_H_
|
| +#endif // CONTENT_RENDERER_SHARED_WORKER_SHARED_WORKER_REPOSITORY_H_
|
|
|