| Index: webkit/media/web_data_source.h
|
| diff --git a/webkit/glue/media/web_data_source.h b/webkit/media/web_data_source.h
|
| similarity index 91%
|
| rename from webkit/glue/media/web_data_source.h
|
| rename to webkit/media/web_data_source.h
|
| index c972a666f39b27ac892928905b8ed1cdd99224c8..5cb27c4e0f37401d57e80898193c05af464ac6af 100644
|
| --- a/webkit/glue/media/web_data_source.h
|
| +++ b/webkit/media/web_data_source.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_GLUE_MEDIA_WEB_DATA_SOURCE_H_
|
| -#define WEBKIT_GLUE_MEDIA_WEB_DATA_SOURCE_H_
|
| +#ifndef WEBKIT_MEDIA_WEB_DATA_SOURCE_H_
|
| +#define WEBKIT_MEDIA_WEB_DATA_SOURCE_H_
|
|
|
| #include "base/callback.h"
|
| #include "media/base/filters.h"
|
| #include "media/base/pipeline_status.h"
|
|
|
| -namespace webkit_glue {
|
| +namespace webkit_media {
|
|
|
| // An interface that allows WebMediaPlayerImpl::Proxy to communicate with the
|
| // DataSource in the pipeline.
|
| @@ -54,6 +54,6 @@ class WebDataSource : public media::DataSource {
|
| // a WebDataSource list or call Abort().
|
| typedef base::Callback<void(WebDataSource*)> WebDataSourceBuildObserverHack;
|
|
|
| -} // namespace webkit_glue
|
| +} // namespace webkit_media
|
|
|
| -#endif // WEBKIT_GLUE_MEDIA_WEB_DATA_SOURCE_H_
|
| +#endif // WEBKIT_MEDIA_WEB_DATA_SOURCE_H_
|
|
|