| Index: cc/test/mock_quad_culler.h
|
| diff --git a/cc/test/mock_quad_culler.h b/cc/test/mock_quad_culler.h
|
| index 7292387cda1817a476fd93c63090268ba823607a..2f15dcc21e2c093fd995ad710c14c1517af7c101 100644
|
| --- a/cc/test/mock_quad_culler.h
|
| +++ b/cc/test/mock_quad_culler.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 MockCCQuadCuller_h
|
| -#define MockCCQuadCuller_h
|
| +#ifndef CC_TEST_MOCK_QUAD_CULLER_H_
|
| +#define CC_TEST_MOCK_QUAD_CULLER_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "cc/draw_quad.h"
|
| @@ -35,4 +35,4 @@ private:
|
|
|
| } // namespace cc
|
|
|
| -#endif // MockCCQuadCuller_h
|
| +#endif // CC_TEST_MOCK_QUAD_CULLER_H_
|
|
|