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

Unified Diff: content/browser/appcache/appcache_backend_impl.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_backend_impl.h
diff --git a/webkit/browser/appcache/appcache_backend_impl.h b/content/browser/appcache/appcache_backend_impl.h
similarity index 87%
rename from webkit/browser/appcache/appcache_backend_impl.h
rename to content/browser/appcache/appcache_backend_impl.h
index cc85a76cfcf9cb1ee07ab0301291d9bc4a6d7801..bd6f440823e8518b5b822808155a7f45817cfd13 100644
--- a/webkit/browser/appcache/appcache_backend_impl.h
+++ b/content/browser/appcache/appcache_backend_impl.h
@@ -2,18 +2,18 @@
// 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_BACKEND_IMPL_H_
-#define WEBKIT_BROWSER_APPCACHE_APPCACHE_BACKEND_IMPL_H_
+#ifndef CONTENT_BROWSER_APPCACHE_APPCACHE_BACKEND_IMPL_H_
+#define CONTENT_BROWSER_APPCACHE_APPCACHE_BACKEND_IMPL_H_
#include "base/containers/hash_tables.h"
-#include "webkit/browser/appcache/appcache_host.h"
-#include "webkit/browser/webkit_storage_browser_export.h"
+#include "content/browser/appcache/appcache_host.h"
+#include "content/common/content_export.h"
-namespace appcache {
+namespace content {
class AppCacheServiceImpl;
-class WEBKIT_STORAGE_BROWSER_EXPORT AppCacheBackendImpl {
+class CONTENT_EXPORT AppCacheBackendImpl {
public:
AppCacheBackendImpl();
~AppCacheBackendImpl();
@@ -72,4 +72,4 @@ class WEBKIT_STORAGE_BROWSER_EXPORT AppCacheBackendImpl {
} // namespace
-#endif // WEBKIT_BROWSER_APPCACHE_APPCACHE_BACKEND_IMPL_H_
+#endif // CONTENT_BROWSER_APPCACHE_APPCACHE_BACKEND_IMPL_H_

Powered by Google App Engine
This is Rietveld 408576698