| Index: cc/time_source.h
|
| diff --git a/cc/time_source.h b/cc/time_source.h
|
| index e80a4657854891e17360aa6140cadd962327ab69..54149af076ab9a3e1d4640b3facce8eb5e060996 100644
|
| --- a/cc/time_source.h
|
| +++ b/cc/time_source.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 CCTimeSource_h
|
| -#define CCTimeSource_h
|
| +#ifndef CC_TIME_SOURCE_H_
|
| +#define CC_TIME_SOURCE_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/time.h"
|
| @@ -43,4 +43,4 @@ private:
|
| };
|
|
|
| }
|
| -#endif // CCTimeSource_h
|
| +#endif // CC_TIME_SOURCE_H_
|
|
|