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

Unified Diff: content/browser/appcache/appcache_disk_cache.cc

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_disk_cache.cc
diff --git a/webkit/browser/appcache/appcache_disk_cache.cc b/content/browser/appcache/appcache_disk_cache.cc
similarity index 99%
rename from webkit/browser/appcache/appcache_disk_cache.cc
rename to content/browser/appcache/appcache_disk_cache.cc
index 9c16f98779e7dc071241f1e2a24460d8fa5ae173..50995c7190169993613e80dab3ec64b8fdb765d4 100644
--- a/webkit/browser/appcache/appcache_disk_cache.cc
+++ b/content/browser/appcache/appcache_disk_cache.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/browser/appcache/appcache_disk_cache.h"
+#include "content/browser/appcache/appcache_disk_cache.h"
#include "base/bind.h"
#include "base/bind_helpers.h"
@@ -13,7 +13,7 @@
#include "net/base/cache_type.h"
#include "net/base/net_errors.h"
-namespace appcache {
+namespace content {
// A callback shim that provides storage for the 'backend_ptr' value
// and will delete a resulting ptr if completion occurs after its
@@ -348,4 +348,4 @@ void AppCacheDiskCache::OnCreateBackendComplete(int rv) {
pending_calls_.clear();
}
-} // namespace appcache
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698