| Index: media/blink/active_loader.h
|
| diff --git a/content/renderer/media/active_loader.h b/media/blink/active_loader.h
|
| similarity index 82%
|
| rename from content/renderer/media/active_loader.h
|
| rename to media/blink/active_loader.h
|
| index 1c30214b92cfa60fbab3479fecd6bb40a5ae97bf..da201374a9ba77eb3583364042154e12d36ce784 100644
|
| --- a/content/renderer/media/active_loader.h
|
| +++ b/media/blink/active_loader.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_RENDERER_MEDIA_ACTIVE_LOADER_H_
|
| -#define CONTENT_RENDERER_MEDIA_ACTIVE_LOADER_H_
|
| +#ifndef MEDIA_BLINK_ACTIVE_LOADER_H_
|
| +#define MEDIA_BLINK_ACTIVE_LOADER_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -12,7 +12,7 @@ namespace blink {
|
| class WebURLLoader;
|
| }
|
|
|
| -namespace content {
|
| +namespace media {
|
|
|
| // Wraps an active WebURLLoader with some additional state.
|
| //
|
| @@ -37,6 +37,6 @@ class ActiveLoader {
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(ActiveLoader);
|
| };
|
|
|
| -} // namespace content
|
| +} // namespace media
|
|
|
| -#endif // CONTENT_RENDERER_MEDIA_ACTIVE_LOADER_H_
|
| +#endif // MEDIA_BLINK_ACTIVE_LOADER_H_
|
|
|