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

Unified Diff: device/gamepad/android/java/src/org/chromium/device/gamepad/GamepadDevice.java

Issue 2081583002: Migrating majority of gamepad from content/browser/ to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Next attempt Created 4 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: device/gamepad/android/java/src/org/chromium/device/gamepad/GamepadDevice.java
diff --git a/content/public/android/java/src/org/chromium/content/browser/input/GamepadDevice.java b/device/gamepad/android/java/src/org/chromium/device/gamepad/GamepadDevice.java
similarity index 99%
rename from content/public/android/java/src/org/chromium/content/browser/input/GamepadDevice.java
rename to device/gamepad/android/java/src/org/chromium/device/gamepad/GamepadDevice.java
index 5c8a7222bf23309ec1bd87bb8465ec590f64b0a2..6301edc650a2b2402b7a02c1fdfd322fa402a190 100644
--- a/content/public/android/java/src/org/chromium/content/browser/input/GamepadDevice.java
+++ b/device/gamepad/android/java/src/org/chromium/device/gamepad/GamepadDevice.java
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package org.chromium.content.browser.input;
+package org.chromium.device.gamepad;
import android.os.SystemClock;
import android.view.InputDevice;

Powered by Google App Engine
This is Rietveld 408576698