| Index: content/browser/appcache/appcache_group.cc
 | 
| diff --git a/webkit/browser/appcache/appcache_group.cc b/content/browser/appcache/appcache_group.cc
 | 
| similarity index 95%
 | 
| rename from webkit/browser/appcache/appcache_group.cc
 | 
| rename to content/browser/appcache/appcache_group.cc
 | 
| index f5ad43d9fa49fe0ba11cb997ea74a104a2c9a3ad..60a10243f8893a97697a5023c348f2aa1708bd11 100644
 | 
| --- a/webkit/browser/appcache/appcache_group.cc
 | 
| +++ b/content/browser/appcache/appcache_group.cc
 | 
| @@ -2,20 +2,20 @@
 | 
|  // 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_group.h"
 | 
| +#include "content/browser/appcache/appcache_group.h"
 | 
|  
 | 
|  #include <algorithm>
 | 
|  
 | 
|  #include "base/bind.h"
 | 
|  #include "base/logging.h"
 | 
|  #include "base/message_loop/message_loop.h"
 | 
| -#include "webkit/browser/appcache/appcache.h"
 | 
| -#include "webkit/browser/appcache/appcache_host.h"
 | 
| -#include "webkit/browser/appcache/appcache_service_impl.h"
 | 
| -#include "webkit/browser/appcache/appcache_storage.h"
 | 
| -#include "webkit/browser/appcache/appcache_update_job.h"
 | 
| +#include "content/browser/appcache/appcache.h"
 | 
| +#include "content/browser/appcache/appcache_host.h"
 | 
| +#include "content/browser/appcache/appcache_service_impl.h"
 | 
| +#include "content/browser/appcache/appcache_storage.h"
 | 
| +#include "content/browser/appcache/appcache_update_job.h"
 | 
|  
 | 
| -namespace appcache {
 | 
| +namespace content {
 | 
|  
 | 
|  class AppCacheGroup;
 | 
|  
 | 
| @@ -261,4 +261,4 @@ void AppCacheGroup::SetUpdateAppCacheStatus(UpdateAppCacheStatus status) {
 | 
|    }
 | 
|  }
 | 
|  
 | 
| -}  // namespace appcache
 | 
| +}  // namespace content
 | 
| 
 |