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

Unified Diff: content/browser/appcache/appcache_working_set.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_working_set.cc
diff --git a/webkit/browser/appcache/appcache_working_set.cc b/content/browser/appcache/appcache_working_set.cc
similarity index 90%
rename from webkit/browser/appcache/appcache_working_set.cc
rename to content/browser/appcache/appcache_working_set.cc
index 2b9a70cccc9aac7e3e9ca769f3aa25aa3aef3ca6..4394097aee09cd7d4f38928ec09ab98da674e3ec 100644
--- a/webkit/browser/appcache/appcache_working_set.cc
+++ b/content/browser/appcache/appcache_working_set.cc
@@ -2,14 +2,14 @@
// 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_working_set.h"
+#include "content/browser/appcache/appcache_working_set.h"
#include "base/logging.h"
-#include "webkit/browser/appcache/appcache.h"
-#include "webkit/browser/appcache/appcache_group.h"
-#include "webkit/browser/appcache/appcache_response.h"
+#include "content/browser/appcache/appcache.h"
+#include "content/browser/appcache/appcache_group.h"
+#include "content/browser/appcache/appcache_response.h"
-namespace appcache {
+namespace content {
AppCacheWorkingSet::AppCacheWorkingSet() : is_disabled_(false) {}

Powered by Google App Engine
This is Rietveld 408576698