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

Unified Diff: content/browser/appcache/appcache_response.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_response.cc
diff --git a/webkit/browser/appcache/appcache_response.cc b/content/browser/appcache/appcache_response.cc
similarity index 98%
rename from webkit/browser/appcache/appcache_response.cc
rename to content/browser/appcache/appcache_response.cc
index cd0d3847b858f4e591b9f892eb1a08cc599b742f..b1d23661c370e3e8dd963c8959056dd1d32c85f7 100644
--- a/webkit/browser/appcache/appcache_response.cc
+++ b/content/browser/appcache/appcache_response.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_response.h"
+#include "content/browser/appcache/appcache_response.h"
#include "base/bind.h"
#include "base/bind_helpers.h"
@@ -11,12 +11,12 @@
#include "base/message_loop/message_loop.h"
#include "base/pickle.h"
#include "base/strings/string_util.h"
+#include "content/browser/appcache/appcache_storage.h"
#include "net/base/completion_callback.h"
#include "net/base/io_buffer.h"
#include "net/base/net_errors.h"
-#include "webkit/browser/appcache/appcache_storage.h"
-namespace appcache {
+namespace content {
namespace {
@@ -420,4 +420,4 @@ void AppCacheResponseWriter::OnCreateEntryComplete(
ContinueWriteData();
}
-} // namespace appcache
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698