| Index: sky/viewer/compositor/texture_cache.h
|
| diff --git a/sky/compositor/texture_cache.h b/sky/viewer/compositor/texture_cache.h
|
| similarity index 82%
|
| rename from sky/compositor/texture_cache.h
|
| rename to sky/viewer/compositor/texture_cache.h
|
| index 056112e0fa55d10f1826838d15862e730ee3d71d..33b6f3cd102de22aa2cc16b8db3251fae1bc5581 100644
|
| --- a/sky/compositor/texture_cache.h
|
| +++ b/sky/viewer/compositor/texture_cache.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 SKY_COMPOSITOR_TEXTURE_CACHE_H_
|
| -#define SKY_COMPOSITOR_TEXTURE_CACHE_H_
|
| +#ifndef SKY_VIEWER_COMPOSITOR_TEXTURE_CACHE_H_
|
| +#define SKY_VIEWER_COMPOSITOR_TEXTURE_CACHE_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/scoped_vector.h"
|
| @@ -32,4 +32,4 @@ class TextureCache {
|
|
|
| } // namespace sky
|
|
|
| -#endif // SKY_COMPOSITOR_TEXTURE_CACHE_H_
|
| +#endif // SKY_VIEWER_COMPOSITOR_TEXTURE_CACHE_H_
|
|
|