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

Unified Diff: content/child/multipart_response_delegate_unittest.cc

Issue 291843009: Move multipart_response_delegate_unittest from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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 | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/multipart_response_delegate_unittest.cc
diff --git a/webkit/child/multipart_response_delegate_unittest.cc b/content/child/multipart_response_delegate_unittest.cc
similarity index 99%
rename from webkit/child/multipart_response_delegate_unittest.cc
rename to content/child/multipart_response_delegate_unittest.cc
index 58c92c5e448cfe7da3f30ee95a30f7a0b07f8f2e..73f7b264e24b9a49475dbf7962da135659df7ce7 100644
--- a/webkit/child/multipart_response_delegate_unittest.cc
+++ b/content/child/multipart_response_delegate_unittest.cc
@@ -20,10 +20,10 @@ using blink::WebURLLoader;
using blink::WebURLLoaderClient;
using blink::WebURLRequest;
using blink::WebURLResponse;
+using content::MultipartResponseDelegateTester;
using webkit_glue::MultipartResponseDelegate;
-using webkit_glue::MultipartResponseDelegateTester;
-namespace webkit_glue {
+namespace content {
class MultipartResponseDelegateTester {
public:
@@ -44,8 +44,6 @@ class MultipartResponseDelegateTester {
MultipartResponseDelegate* delegate_;
};
-} // namespace webkit_glue
-
namespace {
class MultipartResponseTest : public testing::Test {
@@ -674,3 +672,5 @@ TEST(MultipartResponseTest, MultipartPayloadSet) {
}
} // namespace
+
+} // namespace content
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698