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

Unified Diff: content/child/multipart_response_delegate.cc

Issue 384273003: Move multipart_response_delegate.* from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android_webview fix Created 6 years, 5 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
« no previous file with comments | « content/child/multipart_response_delegate.h ('k') | content/child/multipart_response_delegate_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/multipart_response_delegate.cc
diff --git a/webkit/child/multipart_response_delegate.cc b/content/child/multipart_response_delegate.cc
similarity index 99%
rename from webkit/child/multipart_response_delegate.cc
rename to content/child/multipart_response_delegate.cc
index a1e5702fa138753553d965a0ca0f2a30b917f11e..8249e43ffe601c4339940aae9ba7ba0c056e4acc 100644
--- a/webkit/child/multipart_response_delegate.cc
+++ b/content/child/multipart_response_delegate.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/child/multipart_response_delegate.h"
+#include "content/child/multipart_response_delegate.h"
#include "base/logging.h"
#include "base/strings/string_number_conversions.h"
@@ -20,7 +20,7 @@ using blink::WebURLLoader;
using blink::WebURLLoaderClient;
using blink::WebURLResponse;
-namespace webkit_glue {
+namespace content {
namespace {
@@ -401,4 +401,4 @@ bool MultipartResponseDelegate::ReadContentRanges(
return true;
}
-} // namespace webkit_glue
+} // namespace content
« no previous file with comments | « content/child/multipart_response_delegate.h ('k') | content/child/multipart_response_delegate_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698