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

Unified Diff: content/common/appcache_interfaces.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/common/appcache_interfaces.cc
diff --git a/webkit/common/appcache/appcache_interfaces.cc b/content/common/appcache_interfaces.cc
similarity index 97%
rename from webkit/common/appcache/appcache_interfaces.cc
rename to content/common/appcache_interfaces.cc
index e89f5507e6e6428655713b8b1ad3967547420a99..28999aa40087371df8352d5b6d3964d726218ceb 100644
--- a/webkit/common/appcache/appcache_interfaces.cc
+++ b/content/common/appcache_interfaces.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/common/appcache/appcache_interfaces.h"
+#include "content/public/common/appcache_interfaces.h"
#include <set>
@@ -10,7 +10,7 @@
#include "net/url_request/url_request.h"
#include "url/gurl.h"
-namespace appcache {
+namespace content {
const char kHttpScheme[] = "http";
const char kHttpsScheme[] = "https";
@@ -136,4 +136,4 @@ bool IsSchemeAndMethodSupported(const net::URLRequest* request) {
IsMethodSupported(request->method());
}
-} // namespace appcache
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698