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

Unified Diff: content/browser/renderer_host/pepper/pepper_gamepad_host.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/pepper/pepper_gamepad_host.h
diff --git a/content/browser/renderer_host/pepper/pepper_gamepad_host.h b/content/browser/renderer_host/pepper/pepper_gamepad_host.h
index 963f7901340159bce126f8e0a0f2a3ca9fc974be..0da28d93f5c13d4d03f35d9e35296c1120ddf0ab 100644
--- a/content/browser/renderer_host/pepper/pepper_gamepad_host.h
+++ b/content/browser/renderer_host/pepper/pepper_gamepad_host.h
@@ -10,8 +10,8 @@
#include "base/compiler_specific.h"
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
-#include "content/browser/gamepad/gamepad_consumer.h"
#include "content/common/content_export.h"
+#include "device/gamepad/gamepad_consumer.h"
#include "ppapi/host/resource_host.h"
namespace ppapi {
@@ -27,7 +27,7 @@ class GamepadService;
class CONTENT_EXPORT PepperGamepadHost :
public ppapi::host::ResourceHost,
- public GamepadConsumer {
+ public device::GamepadConsumer {
public:
PepperGamepadHost(BrowserPpapiHost* host,
PP_Instance instance,

Powered by Google App Engine
This is Rietveld 408576698