| Index: content/browser/gamepad/gamepad_consumer.h
|
| diff --git a/content/browser/gamepad/gamepad_consumer.h b/content/browser/gamepad/gamepad_consumer.h
|
| index 3d07452fd1cc6ce23c07445947a3727d66aa022d..1ef5c48038c4f3ee3979e0a8df9f1904b6f69f89 100644
|
| --- a/content/browser/gamepad/gamepad_consumer.h
|
| +++ b/content/browser/gamepad/gamepad_consumer.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 CONTENT_BROWSER_GAMEPAD_GAMEPAD_CONSUMER_H
|
| -#define CONTENT_BROWSER_GAMEPAD_GAMEPAD_CONSUMER_H
|
| +#ifndef CONTENT_BROWSER_GAMEPAD_GAMEPAD_CONSUMER_H_
|
| +#define CONTENT_BROWSER_GAMEPAD_GAMEPAD_CONSUMER_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "content/common/content_export.h"
|
| @@ -26,4 +26,4 @@ class CONTENT_EXPORT GamepadConsumer {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_GAMEPAD_GAMEPAD_CONSUMER_H
|
| +#endif // CONTENT_BROWSER_GAMEPAD_GAMEPAD_CONSUMER_H_
|
|
|