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

Unified Diff: device/gamepad/gamepad_consumer.cc

Issue 2182653002: Migrating majority of gamepad from content/browser/ to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: 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
« no previous file with comments | « device/gamepad/gamepad_consumer.h ('k') | device/gamepad/gamepad_data_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/gamepad/gamepad_consumer.cc
diff --git a/device/usb/mojo/permission_provider.cc b/device/gamepad/gamepad_consumer.cc
similarity index 54%
copy from device/usb/mojo/permission_provider.cc
copy to device/gamepad/gamepad_consumer.cc
index 3d6d956a86e4aa1462cef0017fd420419595475d..d5771ad6d178dfc4712fa89f2a647c6326a60a47 100644
--- a/device/usb/mojo/permission_provider.cc
+++ b/device/gamepad/gamepad_consumer.cc
@@ -2,14 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "device/usb/mojo/permission_provider.h"
+#include "device/gamepad/gamepad_consumer.h"
namespace device {
-namespace usb {
-PermissionProvider::PermissionProvider() {}
+GamepadConsumer::GamepadConsumer() {}
-PermissionProvider::~PermissionProvider() {}
+GamepadConsumer::~GamepadConsumer() {}
-} // namespace usb
} // namespace device
« no previous file with comments | « device/gamepad/gamepad_consumer.h ('k') | device/gamepad/gamepad_data_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698