| Index: ppapi/c/dev/ppp_cursor_control_dev.h
|
| diff --git a/ppapi/c/dev/ppp_cursor_control_dev.h b/ppapi/c/dev/ppp_cursor_control_dev.h
|
| index 81a1a8834c3bcfbda24b41ba0562f452feff11f1..e0b970ed5b6269d8ca6da720a70b1464a9d92f5f 100644
|
| --- a/ppapi/c/dev/ppp_cursor_control_dev.h
|
| +++ b/ppapi/c/dev/ppp_cursor_control_dev.h
|
| @@ -1,7 +1,7 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| +/* Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| + * Use of this source code is governed by a BSD-style license that can be
|
| + * found in the LICENSE file.
|
| + */
|
| #ifndef PPAPI_C_DEV_PPP_CURSOR_CONTROL_DEV_H_
|
| #define PPAPI_C_DEV_PPP_CURSOR_CONTROL_DEV_H_
|
|
|
| @@ -15,5 +15,5 @@ struct PPP_CursorControl_Dev {
|
| void (*CursorLockLost)(PP_Instance instance);
|
| };
|
|
|
| -#endif // PPAPI_C_DEV_PPP_CURSOR_CONTROL_DEV_H_
|
| +#endif /* PPAPI_C_DEV_PPP_CURSOR_CONTROL_DEV_H_ */
|
|
|
|
|