| Index: cc/scheduler_state_machine.h
|
| diff --git a/cc/scheduler_state_machine.h b/cc/scheduler_state_machine.h
|
| index ef338d267c05f0b14f6cb919191dc55b7a9eec32..a3947761ffa940e246bc4c3a9829472e41041290 100644
|
| --- a/cc/scheduler_state_machine.h
|
| +++ b/cc/scheduler_state_machine.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 CCSchedulerStateMachine_h
|
| -#define CCSchedulerStateMachine_h
|
| +#ifndef CC_SCHEDULER_STATE_MACHINE_H_
|
| +#define CC_SCHEDULER_STATE_MACHINE_H_
|
|
|
| #include <string>
|
|
|
| @@ -159,4 +159,4 @@ protected:
|
|
|
| }
|
|
|
| -#endif // CCSchedulerStateMachine_h
|
| +#endif // CC_SCHEDULER_STATE_MACHINE_H_
|
|
|