| 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 cab20762f76af5b8f3a247911cf1ce50eec99843..948ab0457a37066fcbf4c38fe0baa463afdb528a 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 "googleurl/src/gurl.h"
|
| #include "third_party/WebKit/public/platform/WebURLError.h"
|
| #include "third_party/WebKit/public/platform/WebURLResponse.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_
|
|
|