| Index: content/browser/appcache/manifest_parser.cc
|
| diff --git a/webkit/browser/appcache/manifest_parser.cc b/content/browser/appcache/manifest_parser.cc
|
| similarity index 99%
|
| rename from webkit/browser/appcache/manifest_parser.cc
|
| rename to content/browser/appcache/manifest_parser.cc
|
| index f43d8890312f6991a9f7b571fc63531386a99ebe..1ea33d7c1b0daac6114e7f93cddb65479d354e00 100644
|
| --- a/webkit/browser/appcache/manifest_parser.cc
|
| +++ b/content/browser/appcache/manifest_parser.cc
|
| @@ -29,7 +29,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "webkit/browser/appcache/manifest_parser.h"
|
| +#include "content/browser/appcache/manifest_parser.h"
|
|
|
| #include "base/command_line.h"
|
| #include "base/i18n/icu_string_conversions.h"
|
| @@ -37,7 +37,7 @@
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "url/gurl.h"
|
|
|
| -namespace appcache {
|
| +namespace content {
|
|
|
| namespace {
|
|
|
| @@ -378,4 +378,4 @@ bool ParseManifest(const GURL& manifest_url, const char* data, int length,
|
| return true;
|
| }
|
|
|
| -} // namespace appcache
|
| +} // namespace content
|
|
|