| Index: content/renderer/gamepad_shared_memory_reader.h
|
| diff --git a/content/renderer/gamepad_shared_memory_reader.h b/content/renderer/gamepad_shared_memory_reader.h
|
| index b1d2eef3a2c5b9f52ea1e84d84c9598d58343897..9a850253eea792314cef54631b1069e6d99621c3 100644
|
| --- a/content/renderer/gamepad_shared_memory_reader.h
|
| +++ b/content/renderer/gamepad_shared_memory_reader.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 GAMEPAD_UTIL_H_
|
| -#define GAMEPAD_UTIL_H_
|
| +#ifndef CONTENT_RENDERER_GAMEPAD_UTIL_H_
|
| +#define CONTENT_RENDERER_GAMEPAD_UTIL_H_
|
|
|
| #include "base/shared_memory.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -27,6 +27,6 @@ class GamepadSharedMemoryReader {
|
| bool ever_interacted_with_[WebKit::WebGamepads::itemsLengthCap];
|
| };
|
|
|
| -} // namespace content
|
| +} // namespace content
|
|
|
| -#endif // GAMEPAD_UTIL_H_
|
| +#endif // CONTENT_RENDERER_GAMEPAD_UTIL_H_
|
|
|