| Index: content/browser/gamepad/gamepad_provider.h
|
| diff --git a/content/browser/gamepad/gamepad_provider.h b/content/browser/gamepad/gamepad_provider.h
|
| index 963e768c60ae59be78262c573e8b098cfed253e9..3b8d405ed52ac5a0f8b4c8880aeb22332f125e79 100644
|
| --- a/content/browser/gamepad/gamepad_provider.h
|
| +++ b/content/browser/gamepad/gamepad_provider.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_PROVIDER_H_
|
| -#define CONTENT_BROWSER_GAMEPAD_PROVIDER_H_
|
| +#ifndef CONTENT_BROWSER_GAMEPAD_GAMEPAD_PROVIDER_H_
|
| +#define CONTENT_BROWSER_GAMEPAD_GAMEPAD_PROVIDER_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| @@ -89,4 +89,4 @@ class CONTENT_EXPORT GamepadProvider :
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_GAMEPAD_PROVIDER_H_
|
| +#endif // CONTENT_BROWSER_GAMEPAD_GAMEPAD_PROVIDER_H_
|
|
|