| Index: cc/raster/scoped_gpu_raster.h
|
| diff --git a/cc/resources/scoped_gpu_raster.h b/cc/raster/scoped_gpu_raster.h
|
| similarity index 86%
|
| rename from cc/resources/scoped_gpu_raster.h
|
| rename to cc/raster/scoped_gpu_raster.h
|
| index e70ebd0c35491350d1028eb1ee2e028e7aa99fb1..d9613b3c5fbd6e60c4b7cd5d5ad0a1ad5cc1307d 100644
|
| --- a/cc/resources/scoped_gpu_raster.h
|
| +++ b/cc/raster/scoped_gpu_raster.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_SCOPED_GPU_RASTER_H_
|
| -#define CC_RESOURCES_SCOPED_GPU_RASTER_H_
|
| +#ifndef CC_RASTER_SCOPED_GPU_RASTER_H_
|
| +#define CC_RASTER_SCOPED_GPU_RASTER_H_
|
|
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -31,4 +31,4 @@ class CC_EXPORT ScopedGpuRaster {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_RESOURCES_SCOPED_GPU_RASTER_H_
|
| +#endif // CC_RASTER_SCOPED_GPU_RASTER_H_
|
|
|