| Index: services/sensors/org/chromium/mojo/sensors/SensorServiceImpl.java
|
| diff --git a/sky/services/sensors/org/domokit/sensors/SensorServiceImpl.java b/services/sensors/org/chromium/mojo/sensors/SensorServiceImpl.java
|
| similarity index 85%
|
| rename from sky/services/sensors/org/domokit/sensors/SensorServiceImpl.java
|
| rename to services/sensors/org/chromium/mojo/sensors/SensorServiceImpl.java
|
| index 6936e3c4e842e82108c9e93d48a4de3ae04a8af2..3d76857cc47852f9a41774f5f38b5a26a11b49f7 100644
|
| --- a/sky/services/sensors/org/domokit/sensors/SensorServiceImpl.java
|
| +++ b/services/sensors/org/chromium/mojo/sensors/SensorServiceImpl.java
|
| @@ -2,11 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -package org.domokit.sensors;
|
| +package org.chromium.mojo.sensors;
|
|
|
| import android.content.Context;
|
|
|
| -import org.chromium.mojo.system.Core;
|
| import org.chromium.mojo.system.MessagePipeHandle;
|
| import org.chromium.mojo.system.MojoException;
|
| import org.chromium.mojom.sensors.SensorListener;
|
| @@ -18,7 +17,7 @@ import org.chromium.mojom.sensors.SensorService;
|
| public class SensorServiceImpl implements SensorService {
|
| private Context mContext;
|
|
|
| - public SensorServiceImpl(Context context, Core core, MessagePipeHandle pipe) {
|
| + public SensorServiceImpl(Context context, MessagePipeHandle pipe) {
|
| mContext = context;
|
|
|
| SensorService.MANAGER.bind(this, pipe);
|
|
|