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

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

Issue 16755004: Use a direct include of strings headers in content/browser/, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months 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/gamepad_platform_data_fetcher_win.cc
diff --git a/content/browser/gamepad/gamepad_platform_data_fetcher_win.cc b/content/browser/gamepad/gamepad_platform_data_fetcher_win.cc
index 90a1b0df0ac634cbeb4744be8f8058baabec245c..75281135d8b282d6ca89d2ecf27de478adad8dad 100644
--- a/content/browser/gamepad/gamepad_platform_data_fetcher_win.cc
+++ b/content/browser/gamepad/gamepad_platform_data_fetcher_win.cc
@@ -8,9 +8,9 @@
#include <dinputd.h>
#include "base/debug/trace_event.h"
-#include "base/stringprintf.h"
-#include "content/common/gamepad_messages.h"
+#include "base/strings/stringprintf.h"
#include "content/common/gamepad_hardware_buffer.h"
+#include "content/common/gamepad_messages.h"
// This was removed from the Windows 8 SDK for some reason.
// We need it so we can get state for axes without worrying if they
« no previous file with comments | « content/browser/gamepad/gamepad_platform_data_fetcher_mac.mm ('k') | content/browser/geolocation/device_data_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698