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

Unified Diff: content/browser/renderer_host/gamepad_browser_message_filter.h

Issue 2081583002: Migrating majority of gamepad from content/browser/ to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Final tweaks Created 4 years, 5 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/renderer_host/gamepad_browser_message_filter.h
diff --git a/content/browser/renderer_host/gamepad_browser_message_filter.h b/content/browser/renderer_host/gamepad_browser_message_filter.h
index 343c2ac807a0e2a3dced0f48f6af973bd8174039..4804d975d9213cf749000d4069af0a2be14e3264 100644
--- a/content/browser/renderer_host/gamepad_browser_message_filter.h
+++ b/content/browser/renderer_host/gamepad_browser_message_filter.h
@@ -8,17 +8,22 @@
#include "base/compiler_specific.h"
#include "base/macros.h"
#include "base/memory/shared_memory.h"
-#include "content/browser/gamepad/gamepad_consumer.h"
#include "content/public/browser/browser_message_filter.h"
+#include "device/gamepad/gamepad_consumer.h"
-namespace content {
+namespace device {
class GamepadService;
+
+}
+
+namespace content {
+
class RenderProcessHost;
class GamepadBrowserMessageFilter :
public BrowserMessageFilter,
- public GamepadConsumer {
+ public device::GamepadConsumer {
public:
GamepadBrowserMessageFilter();
« no previous file with comments | « content/browser/gamepad/xbox_data_fetcher_mac.cc ('k') | content/browser/renderer_host/pepper/pepper_gamepad_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698