| 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
|
|
|