| Index: cc/tree_synchronizer.h
|
| diff --git a/cc/tree_synchronizer.h b/cc/tree_synchronizer.h
|
| index 61d55ae7c329ed63c2cf57f6d101e7c43a346bef..89748829fd45e1aea0760a77eb957680b235e339 100644
|
| --- a/cc/tree_synchronizer.h
|
| +++ b/cc/tree_synchronizer.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 TreeSynchronizer_h
|
| -#define TreeSynchronizer_h
|
| +#ifndef CC_TREE_SYNCHRONIZER_H_
|
| +#define CC_TREE_SYNCHRONIZER_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -39,4 +39,4 @@ private:
|
|
|
| } // namespace cc
|
|
|
| -#endif // TreeSynchronizer_h
|
| +#endif // CC_TREE_SYNCHRONIZER_H_
|
|
|