| Index: cc/texture_layer_client.h
|
| diff --git a/cc/texture_layer_client.h b/cc/texture_layer_client.h
|
| index 9ebc8d5bef5a0c3d95f050bf04f41953299909c3..ec3447fee664fac68fe0a0760e6f80b56d2c88d5 100644
|
| --- a/cc/texture_layer_client.h
|
| +++ b/cc/texture_layer_client.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 TextureLayerChromiumClient_h
|
| -#define TextureLayerChromiumClient_h
|
| +#ifndef CC_TEXTURE_LAYER_CLIENT_H_
|
| +#define CC_TEXTURE_LAYER_CLIENT_H_
|
|
|
| namespace WebKit {
|
| class WebGraphicsContext3D;
|
| @@ -28,4 +28,4 @@ protected:
|
|
|
| }
|
|
|
| -#endif // TextureLayerChromiumClient_h
|
| +#endif // CC_TEXTURE_LAYER_CLIENT_H_
|
|
|