| Index: cc/output/geometry_binding.h
|
| diff --git a/cc/geometry_binding.h b/cc/output/geometry_binding.h
|
| similarity index 88%
|
| rename from cc/geometry_binding.h
|
| rename to cc/output/geometry_binding.h
|
| index 2d5aed130da717a4aa949ae3b6c9647d898b1fc6..74321aa538700e4adb02292a1e12fc48f486874c 100644
|
| --- a/cc/geometry_binding.h
|
| +++ b/cc/output/geometry_binding.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_GEOMETRY_BINDING_H_
|
| -#define CC_GEOMETRY_BINDING_H_
|
| +#ifndef CC_OUTPUT_GEOMETRY_BINDING_H_
|
| +#define CC_OUTPUT_GEOMETRY_BINDING_H_
|
|
|
| namespace gfx { class RectF; }
|
|
|
| @@ -35,4 +35,4 @@ class GeometryBinding {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_GEOMETRY_BINDING_H_
|
| +#endif // CC_OUTPUT_GEOMETRY_BINDING_H_
|
|
|