Index: content/common/gamepad_hardware_buffer.h |
diff --git a/content/common/gamepad_hardware_buffer.h b/content/common/gamepad_hardware_buffer.h |
index 4d3182525a3332b68a2e847e4bce2591da195308..d0317eba2d3456db26e90fcce9bfef2bfe663576 100644 |
--- a/content/common/gamepad_hardware_buffer.h |
+++ b/content/common/gamepad_hardware_buffer.h |
@@ -5,7 +5,7 @@ |
#ifndef CONTENT_COMMON_GAMEPAD_HARDWARE_BUFFER_H_ |
#define CONTENT_COMMON_GAMEPAD_HARDWARE_BUFFER_H_ |
-#include "content/common/one_writer_seqlock.h" |
+#include "components/shared_memory_seqlock/one_writer_seqlock.h" |
#include "third_party/WebKit/public/platform/WebGamepads.h" |
namespace content { |
@@ -25,7 +25,7 @@ contention is detected by using the associated SeqLock. |
struct GamepadHardwareBuffer { |
// FIXME: Use the generic SharedMemorySeqLockBuffer<blink::WebGamepads>. |
- OneWriterSeqLock sequence; |
+ shared_memory_seqlock::OneWriterSeqLock sequence; |
blink::WebGamepads buffer; |
}; |