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

Unified Diff: content/browser/appcache/appcache_request_handler.cc

Issue 344493002: Move all remaining appcache-related code to content namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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_request_handler.cc
diff --git a/webkit/browser/appcache/appcache_request_handler.cc b/content/browser/appcache/appcache_request_handler.cc
similarity index 97%
rename from webkit/browser/appcache/appcache_request_handler.cc
rename to content/browser/appcache/appcache_request_handler.cc
index 0777044a2dd1aebe408295010654064b1318dddc..1e36c0bb176c06f34899becf5dcccd1c53f73ee3 100644
--- a/webkit/browser/appcache/appcache_request_handler.cc
+++ b/content/browser/appcache/appcache_request_handler.cc
@@ -2,16 +2,16 @@
// 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_request_handler.h"
+#include "content/browser/appcache/appcache_request_handler.h"
+#include "content/browser/appcache/appcache.h"
+#include "content/browser/appcache/appcache_backend_impl.h"
+#include "content/browser/appcache/appcache_policy.h"
+#include "content/browser/appcache/appcache_url_request_job.h"
#include "net/url_request/url_request.h"
#include "net/url_request/url_request_job.h"
-#include "webkit/browser/appcache/appcache.h"
-#include "webkit/browser/appcache/appcache_backend_impl.h"
-#include "webkit/browser/appcache/appcache_policy.h"
-#include "webkit/browser/appcache/appcache_url_request_job.h"
-namespace appcache {
+namespace content {
AppCacheRequestHandler::AppCacheRequestHandler(
AppCacheHost* host, ResourceType::Type resource_type)
@@ -396,4 +396,4 @@ void AppCacheRequestHandler::OnCacheSelectionComplete(AppCacheHost* host) {
ContinueMaybeLoadSubResource();
}
-} // namespace appcache
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698