Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Unified Diff: content/common/gamepad_hardware_buffer.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/drag_traits.h ('k') | content/common/gamepad_user_gesture.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/common/drag_traits.h ('k') | content/common/gamepad_user_gesture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698