| 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_
|
|
|