| Index: content/common/appcache_interfaces.cc
|
| diff --git a/webkit/common/appcache/appcache_interfaces.cc b/content/common/appcache_interfaces.cc
|
| similarity index 97%
|
| rename from webkit/common/appcache/appcache_interfaces.cc
|
| rename to content/common/appcache_interfaces.cc
|
| index e89f5507e6e6428655713b8b1ad3967547420a99..28999aa40087371df8352d5b6d3964d726218ceb 100644
|
| --- a/webkit/common/appcache/appcache_interfaces.cc
|
| +++ b/content/common/appcache_interfaces.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/common/appcache/appcache_interfaces.h"
|
| +#include "content/public/common/appcache_interfaces.h"
|
|
|
| #include <set>
|
|
|
| @@ -10,7 +10,7 @@
|
| #include "net/url_request/url_request.h"
|
| #include "url/gurl.h"
|
|
|
| -namespace appcache {
|
| +namespace content {
|
|
|
| const char kHttpScheme[] = "http";
|
| const char kHttpsScheme[] = "https";
|
| @@ -136,4 +136,4 @@ bool IsSchemeAndMethodSupported(const net::URLRequest* request) {
|
| IsMethodSupported(request->method());
|
| }
|
|
|
| -} // namespace appcache
|
| +} // namespace content
|
|
|