| Index: cc/scoped_thread_proxy.h
|
| diff --git a/cc/scoped_thread_proxy.h b/cc/scoped_thread_proxy.h
|
| index 56d53c70580fb5b3d88fe316494bafa350a9580f..373c388df8c1a904c7eb6b748b7953ba19bf4063 100644
|
| --- a/cc/scoped_thread_proxy.h
|
| +++ b/cc/scoped_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 CCScopedThreadProxy_h
|
| -#define CCScopedThreadProxy_h
|
| +#ifndef CC_SCOPED_THREAD_PROXY_H_
|
| +#define CC_SCOPED_THREAD_PROXY_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/callback.h"
|
| @@ -51,4 +51,4 @@ private:
|
|
|
| } // namespace cc
|
|
|
| -#endif
|
| +#endif // CC_SCOPED_THREAD_PROXY_H_
|
|
|