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

Unified Diff: content/browser/appcache/manifest_parser.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/manifest_parser.cc
diff --git a/webkit/browser/appcache/manifest_parser.cc b/content/browser/appcache/manifest_parser.cc
similarity index 99%
rename from webkit/browser/appcache/manifest_parser.cc
rename to content/browser/appcache/manifest_parser.cc
index f43d8890312f6991a9f7b571fc63531386a99ebe..1ea33d7c1b0daac6114e7f93cddb65479d354e00 100644
--- a/webkit/browser/appcache/manifest_parser.cc
+++ b/content/browser/appcache/manifest_parser.cc
@@ -29,7 +29,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "webkit/browser/appcache/manifest_parser.h"
+#include "content/browser/appcache/manifest_parser.h"
#include "base/command_line.h"
#include "base/i18n/icu_string_conversions.h"
@@ -37,7 +37,7 @@
#include "base/strings/utf_string_conversions.h"
#include "url/gurl.h"
-namespace appcache {
+namespace content {
namespace {
@@ -378,4 +378,4 @@ bool ParseManifest(const GURL& manifest_url, const char* data, int length,
return true;
}
-} // namespace appcache
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698