Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(563)

Unified Diff: content/browser/appcache/appcache_entry.h

Issue 344493002: Move all remaining appcache-related code to content namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698