| Index: content/browser/service_worker/service_worker_disk_cache.h
|
| diff --git a/content/browser/service_worker/service_worker_disk_cache.h b/content/browser/service_worker/service_worker_disk_cache.h
|
| index 3a46bbc0c4dbee6ed96c23521b255b73b46d0373..83850129aad0fcd7491d0b8296cade930bca288a 100644
|
| --- a/content/browser/service_worker/service_worker_disk_cache.h
|
| +++ b/content/browser/service_worker/service_worker_disk_cache.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_BROWSER_SERVICE_WORKER_SERVICE_WORKER_DISK_CACHE_
|
| -#define CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_DISK_CACHE_
|
| +#ifndef CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_DISK_CACHE_H_
|
| +#define CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_DISK_CACHE_H_
|
|
|
| #include "content/common/content_export.h"
|
| #include "webkit/browser/appcache/appcache_disk_cache.h"
|
| @@ -52,4 +52,4 @@ struct CONTENT_EXPORT HttpResponseInfoIOBuffer
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_DISK_CACHE_
|
| +#endif // CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_DISK_CACHE_H_
|
|
|