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

Unified Diff: device/gamepad/gamepad_consumer.cc

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
« 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..2338edf5e43b49482328b6fcc722b2c2b9df2bf5 100644
--- a/device/usb/mojo/permission_provider.cc
+++ b/device/gamepad/gamepad_consumer.cc
@@ -1,15 +1,13 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// 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"
-
-namespace device {
-namespace usb {
-
-PermissionProvider::PermissionProvider() {}
-
-PermissionProvider::~PermissionProvider() {}
-
-} // namespace usb
-} // namespace device
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "device/gamepad/gamepad_consumer.h"
+
+namespace device {
+
+GamepadConsumer::GamepadConsumer() {}
+
+GamepadConsumer::~GamepadConsumer() {}
+
+} // 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