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

Unified Diff: content/browser/appcache/appcache_group.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_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

Powered by Google App Engine
This is Rietveld 408576698