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

Unified Diff: content/browser/gamepad/data_fetcher_win.cc

Issue 8689011: Renderer reading side of gamepad (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: review fixes, some renaming Created 9 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
Index: content/browser/gamepad/data_fetcher_win.cc
diff --git a/content/browser/gamepad/data_fetcher_win.cc b/content/browser/gamepad/data_fetcher_win.cc
index edd76a735b89780d1d43a16756f827d23bc93b4f..04ac88f6fb3aa7d95b37d1996901312223fb13c7 100644
--- a/content/browser/gamepad/data_fetcher_win.cc
+++ b/content/browser/gamepad/data_fetcher_win.cc
@@ -13,7 +13,7 @@
#pragma comment(lib, "delayimp.lib")
#pragma comment(lib, "xinput.lib")
-namespace gamepad {
+namespace content {
using namespace WebKit;
@@ -170,4 +170,4 @@ void DataFetcherWindows::GetGamepadData(WebGamepads* pads,
}
}
-} // namespace gamepad
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698