| Index: cc/test/fake_graphics_context.h
|
| diff --git a/cc/test/fake_graphics_context.h b/cc/test/fake_graphics_context.h
|
| index 7fdb38aa77b645831b4ed6008fa16570f29c1cc9..aecfcc4026364e44f2b8f73d1690916c964f8484 100644
|
| --- a/cc/test/fake_graphics_context.h
|
| +++ b/cc/test/fake_graphics_context.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 FakeCCGraphicsContext_h
|
| -#define FakeCCGraphicsContext_h
|
| +#ifndef CC_TEST_FAKE_GRAPHICS_CONTEXT_H_
|
| +#define CC_TEST_FAKE_GRAPHICS_CONTEXT_H_
|
|
|
| #include "cc/graphics_context.h"
|
| #include "cc/test/compositor_fake_web_graphics_context_3d.h"
|
| @@ -19,4 +19,4 @@ static inline scoped_ptr<cc::GraphicsContext> createFakeGraphicsContext()
|
|
|
| } // namespace WebKit
|
|
|
| -#endif // FakeCCGraphicsContext_h
|
| +#endif // CC_TEST_FAKE_GRAPHICS_CONTEXT_H_
|
|
|