| Index: cc/output/renderer.h
|
| diff --git a/cc/renderer.h b/cc/output/renderer.h
|
| similarity index 96%
|
| rename from cc/renderer.h
|
| rename to cc/output/renderer.h
|
| index b8136cea73867bd9ed980d0af72473d36e6fb7b1..1c309acad89f24508bb8c8635cd0ca10c2fa3e3a 100644
|
| --- a/cc/renderer.h
|
| +++ b/cc/output/renderer.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_RENDERER_H_
|
| -#define CC_RENDERER_H_
|
| +#ifndef CC_OUTPUT_RENDERER_H_
|
| +#define CC_OUTPUT_RENDERER_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "cc/base/cc_export.h"
|
| @@ -87,4 +87,4 @@ class CC_EXPORT Renderer {
|
|
|
| }
|
|
|
| -#endif // CC_RENDERER_H_
|
| +#endif // CC_OUTPUT_RENDERER_H_
|
|
|