| Index: content/browser/appcache/appcache_entry.h
|
| diff --git a/webkit/browser/appcache/appcache_entry.h b/content/browser/appcache/appcache_entry.h
|
| similarity index 91%
|
| rename from webkit/browser/appcache/appcache_entry.h
|
| rename to content/browser/appcache/appcache_entry.h
|
| index fabaa6265a2194541f7be26ba9ba0ee6467b8821..5c4fffd2ff5aeec319fea139c5e756f74693a164 100644
|
| --- a/webkit/browser/appcache/appcache_entry.h
|
| +++ b/content/browser/appcache/appcache_entry.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_BROWSER_APPCACHE_APPCACHE_ENTRY_H_
|
| -#define WEBKIT_BROWSER_APPCACHE_APPCACHE_ENTRY_H_
|
| +#ifndef CONTENT_BROWSER_APPCACHE_APPCACHE_ENTRY_H_
|
| +#define CONTENT_BROWSER_APPCACHE_APPCACHE_ENTRY_H_
|
|
|
| -#include "webkit/common/appcache/appcache_interfaces.h"
|
| +#include "content/common/appcache_interfaces.h"
|
|
|
| -namespace appcache {
|
| +namespace content {
|
|
|
| // A cached entry is identified by a URL and is classified into one
|
| // (or more) categories. URL is not stored here as this class is stored
|
| @@ -62,6 +62,6 @@ class AppCacheEntry {
|
| int64 response_size_;
|
| };
|
|
|
| -} // namespace appcache
|
| +} // namespace content
|
|
|
| #endif // WEBKIT_APPCACHE_APPCACHE_RESOURCE_H_
|
|
|