| Index: cc/quad_sink.h
|
| diff --git a/cc/quad_sink.h b/cc/quad_sink.h
|
| index e8bf580794464ce07d6ce2447aaf804775a1ceeb..c9bbcac38805d5a119144ffff11276419231a224 100644
|
| --- a/cc/quad_sink.h
|
| +++ b/cc/quad_sink.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 CCQuadSink_h
|
| -#define CCQuadSink_h
|
| +#ifndef CC_QUAD_SINK_H_
|
| +#define CC_QUAD_SINK_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "cc/cc_export.h"
|
| @@ -28,4 +28,4 @@ public:
|
| };
|
|
|
| }
|
| -#endif // CCQuadCuller_h
|
| +#endif // CC_QUAD_SINK_H_
|
|
|