| Index: content/common/service_worker/service_worker_types.h
|
| diff --git a/content/common/service_worker_types.h b/content/common/service_worker/service_worker_types.h
|
| similarity index 83%
|
| rename from content/common/service_worker_types.h
|
| rename to content/common/service_worker/service_worker_types.h
|
| index 19a763f44c776d93db32057e37c0b0e7959bd24e..527c99874f1012f511ebb24d31923662271debf1 100644
|
| --- a/content/common/service_worker_types.h
|
| +++ b/content/common/service_worker/service_worker_types.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_COMMON_SERVICE_WORKER_TYPES_H_
|
| -#define CONTENT_COMMON_SERVICE_WORKER_TYPES_H_
|
| +#ifndef CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_TYPES_H_
|
| +#define CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_TYPES_H_
|
|
|
| #include <map>
|
| #include <string>
|
| @@ -35,4 +35,4 @@ struct CONTENT_EXPORT ServiceWorkerFetchRequest {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_COMMON_SERVICE_WORKER_TYPES_H_
|
| +#endif // CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_TYPES_H_
|
|
|