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

Unified Diff: media/blink/test_response_generator.h

Issue 495353003: Move WebMediaPlayerImpl and its dependencies to media/blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 3 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 | « media/blink/run_all_unittests.cc ('k') | media/blink/test_response_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/test_response_generator.h
diff --git a/content/renderer/media/test_response_generator.h b/media/blink/test_response_generator.h
similarity index 90%
rename from content/renderer/media/test_response_generator.h
rename to media/blink/test_response_generator.h
index dcbcc0544e4deee3264beebdbf02ef723e0af926..7e3e98d910a1a43256d08c4d8f3a7c89311d2d5e 100644
--- a/content/renderer/media/test_response_generator.h
+++ b/media/blink/test_response_generator.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_RENDERER_MEDIA_TEST_RESPONSE_GENERATOR_H_
-#define CONTENT_RENDERER_MEDIA_TEST_RESPONSE_GENERATOR_H_
+#ifndef MEDIA_BLINK_TEST_RESPONSE_GENERATOR_H_
+#define MEDIA_BLINK_TEST_RESPONSE_GENERATOR_H_
#include "base/basictypes.h"
#include "third_party/WebKit/public/platform/WebURLError.h"
#include "third_party/WebKit/public/platform/WebURLResponse.h"
#include "url/gurl.h"
-namespace content {
+namespace media {
// Generates WebURLErrors and WebURLResponses suitable for testing purposes.
class TestResponseGenerator {
@@ -61,6 +61,6 @@ class TestResponseGenerator {
DISALLOW_COPY_AND_ASSIGN(TestResponseGenerator);
};
-} // namespace content
+} // namespace media
-#endif // CONTENT_RENDERER_MEDIA_TEST_RESPONSE_GENERATOR_H_
+#endif // MEDIA_BLINK_TEST_RESPONSE_GENERATOR_H_
« no previous file with comments | « media/blink/run_all_unittests.cc ('k') | media/blink/test_response_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698