| Index: mojo/android/system/src/org/chromium/mojo/system/impl/MessagePipeHandleImpl.java
|
| diff --git a/mojo/android/system/src/org/chromium/mojo/system/MessagePipeHandleImpl.java b/mojo/android/system/src/org/chromium/mojo/system/impl/MessagePipeHandleImpl.java
|
| similarity index 90%
|
| rename from mojo/android/system/src/org/chromium/mojo/system/MessagePipeHandleImpl.java
|
| rename to mojo/android/system/src/org/chromium/mojo/system/impl/MessagePipeHandleImpl.java
|
| index 54985b17e97c03ca60fa37b540c44b909b2c5730..04d2776b5a854014336e385becaa273321f63859 100644
|
| --- a/mojo/android/system/src/org/chromium/mojo/system/MessagePipeHandleImpl.java
|
| +++ b/mojo/android/system/src/org/chromium/mojo/system/impl/MessagePipeHandleImpl.java
|
| @@ -2,7 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -package org.chromium.mojo.system;
|
| +package org.chromium.mojo.system.impl;
|
| +
|
| +import org.chromium.mojo.system.Handle;
|
| +import org.chromium.mojo.system.MessagePipeHandle;
|
|
|
| import java.nio.ByteBuffer;
|
| import java.util.List;
|
|
|