Index: ppapi/shared_impl/ppb_gamepad_shared.h |
diff --git a/ppapi/shared_impl/ppb_gamepad_shared.h b/ppapi/shared_impl/ppb_gamepad_shared.h |
index 72d53311e52f0b0d3d408d3ab2a37c34d857c6e2..821980f3aa72ef676d92402cce581d5aa4507438 100644 |
--- a/ppapi/shared_impl/ppb_gamepad_shared.h |
+++ b/ppapi/shared_impl/ppb_gamepad_shared.h |
@@ -28,7 +28,7 @@ struct WebKitGamepad { |
bool connected; |
// Device identifier (based on manufacturer, model, etc.). |
- char16 id[kIdLengthCap]; |
+ base::char16 id[kIdLengthCap]; |
// Monotonically increasing value referring to when the data were last |
// updated. |