| Index: cc/test/compositor_fake_web_graphics_context_3d.h
|
| diff --git a/cc/test/compositor_fake_web_graphics_context_3d.h b/cc/test/compositor_fake_web_graphics_context_3d.h
|
| index 839f5d4bdfc8ad3d1920d5df7cadcd7997977028..7a9c496ee3c2a51d07dbb6bb6408c433332a3a9c 100644
|
| --- a/cc/test/compositor_fake_web_graphics_context_3d.h
|
| +++ b/cc/test/compositor_fake_web_graphics_context_3d.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 CompositorFakeWebGraphicsContext3D_h
|
| -#define CompositorFakeWebGraphicsContext3D_h
|
| +#ifndef CC_TEST_COMPOSITOR_FAKE_WEB_GRAPHICS_CONTEXT_3D_H_
|
| +#define CC_TEST_COMPOSITOR_FAKE_WEB_GRAPHICS_CONTEXT_3D_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "cc/test/fake_web_graphics_context_3d.h"
|
| @@ -33,4 +33,4 @@ protected:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // CC_TEST_COMPOSITOR_FAKE_WEB_GRAPHICS_CONTEXT_3D_H_
|
|
|