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

Unified Diff: content/renderer/media/test_response_generator.h

Issue 18261007: Migrate webkit/renderer/media/ to content/renderer/media/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win64 AGAIN Created 7 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/renderer/media/rtc_video_renderer.h ('k') | content/renderer/media/test_response_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/test_response_generator.h
diff --git a/webkit/renderer/media/test_response_generator.h b/content/renderer/media/test_response_generator.h
similarity index 90%
rename from webkit/renderer/media/test_response_generator.h
rename to content/renderer/media/test_response_generator.h
index e5e303ea24fb85da0272158a1d575ced76b22a01..d8f1d5e1322b449e5a46d90feabca4af5ead18cc 100644
--- a/webkit/renderer/media/test_response_generator.h
+++ b/content/renderer/media/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 WEBKIT_RENDERER_MEDIA_TEST_RESPONSE_GENERATOR_H_
-#define WEBKIT_RENDERER_MEDIA_TEST_RESPONSE_GENERATOR_H_
+#ifndef CONTENT_RENDERER_MEDIA_TEST_RESPONSE_GENERATOR_H_
+#define CONTENT_RENDERER_MEDIA_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 webkit_media {
+namespace content {
// Generates WebURLErrors and WebURLResponses suitable for testing purposes.
class TestResponseGenerator {
@@ -61,6 +61,6 @@ class TestResponseGenerator {
DISALLOW_COPY_AND_ASSIGN(TestResponseGenerator);
};
-} // namespace webkit_media
+} // namespace content
-#endif // WEBKIT_RENDERER_MEDIA_TEST_RESPONSE_GENERATOR_H_
+#endif // CONTENT_RENDERER_MEDIA_TEST_RESPONSE_GENERATOR_H_
« no previous file with comments | « content/renderer/media/rtc_video_renderer.h ('k') | content/renderer/media/test_response_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698