diff options
Diffstat (limited to 'cc/input_handler.h')
-rw-r--r-- | cc/input_handler.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/input_handler.h b/cc/input_handler.h index f5b2e23..5f6a706 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_ |