Index: content/common/gamepad_hardware_buffer.h |
diff --git a/content/common/gamepad_hardware_buffer.h b/content/common/gamepad_hardware_buffer.h |
index 5559d44e68d80cfa10e564d9cecddb6865f1f968..4d3182525a3332b68a2e847e4bce2591da195308 100644 |
--- a/content/common/gamepad_hardware_buffer.h |
+++ b/content/common/gamepad_hardware_buffer.h |
@@ -24,9 +24,9 @@ contention is detected by using the associated SeqLock. |
*/ |
struct GamepadHardwareBuffer { |
- // FIXME: Use the generic SharedMemorySeqLockBuffer<WebKit::WebGamepads>. |
+ // FIXME: Use the generic SharedMemorySeqLockBuffer<blink::WebGamepads>. |
OneWriterSeqLock sequence; |
- WebKit::WebGamepads buffer; |
+ blink::WebGamepads buffer; |
}; |
} // namespace content |