| 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
|
|
|