| Index: cc/playback/raster_source.h
|
| diff --git a/cc/resources/raster_source.h b/cc/playback/raster_source.h
|
| similarity index 97%
|
| rename from cc/resources/raster_source.h
|
| rename to cc/playback/raster_source.h
|
| index 171d2a55412b9da90f95b53c4cac59383ed21f17..c0a484aa8d9a28d312bd8353cbeb402aa7c5d169 100644
|
| --- a/cc/resources/raster_source.h
|
| +++ b/cc/playback/raster_source.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 CC_RESOURCES_RASTER_SOURCE_H_
|
| -#define CC_RESOURCES_RASTER_SOURCE_H_
|
| +#ifndef CC_PLAYBACK_RASTER_SOURCE_H_
|
| +#define CC_PLAYBACK_RASTER_SOURCE_H_
|
|
|
| #include <vector>
|
|
|
| @@ -113,4 +113,4 @@ class CC_EXPORT RasterSource : public base::RefCountedThreadSafe<RasterSource> {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_RESOURCES_RASTER_SOURCE_H_
|
| +#endif // CC_PLAYBACK_RASTER_SOURCE_H_
|
|
|