| Index: cc/single_thread_proxy.h
|
| diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h
|
| index 91e0810d07cea9f51469f85d88621330ccd5084f..f91d7b6b004b5ceaae2dd5476fc59edd4ac037be 100644
|
| --- a/cc/single_thread_proxy.h
|
| +++ b/cc/single_thread_proxy.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 CCSingleThreadProxy_h
|
| -#define CCSingleThreadProxy_h
|
| +#ifndef CC_SINGLE_THREAD_PROXY_H_
|
| +#define CC_SINGLE_THREAD_PROXY_H_
|
|
|
| #include <limits>
|
|
|
| @@ -134,4 +134,4 @@ private:
|
|
|
| } // namespace cc
|
|
|
| -#endif
|
| +#endif // CC_SINGLE_THREAD_PROXY_H_
|
|
|