| Index: cc/input_handler.h
|
| diff --git a/cc/input_handler.h b/cc/input_handler.h
|
| index f5b2e2336637fbecad780dcd31f79ecd9d100340..5f6a70669f1aa2c51a9703a3c990dcb6fe6fb06a 100644
|
| --- a/cc/input_handler.h
|
| +++ b/cc/input_handler.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 CCInputHandler_h
|
| -#define CCInputHandler_h
|
| +#ifndef CC_INPUT_HANDLER_H_
|
| +#define CC_INPUT_HANDLER_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/time.h"
|
| @@ -88,4 +88,4 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // CC_INPUT_HANDLER_H_
|
|
|