summaryrefslogtreecommitdiffstats
path: root/content/browser/gamepad/xbox_data_fetcher_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/gamepad/xbox_data_fetcher_mac.h')
-rw-r--r--content/browser/gamepad/xbox_data_fetcher_mac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/gamepad/xbox_data_fetcher_mac.h b/content/browser/gamepad/xbox_data_fetcher_mac.h
index 74eda1b..ca8f7fc 100644
--- a/content/browser/gamepad/xbox_data_fetcher_mac.h
+++ b/content/browser/gamepad/xbox_data_fetcher_mac.h
@@ -98,7 +98,7 @@ class XboxController {
bool device_is_open_;
bool interface_is_open_;
- base::mac::ScopedCFTypeRef<CFRunLoopSourceRef> source_;
+ base::ScopedCFTypeRef<CFRunLoopSourceRef> source_;
// This will be set to the max packet size reported by the interface, which
// is 32 bytes. I would have expected USB to do message framing itself, but