| Index: remoting/android/host/src/org/chromium/chromoting/host/AnotherClass.java
|
| diff --git a/gpu/command_buffer/common/capabilities.mojom b/remoting/android/host/src/org/chromium/chromoting/host/AnotherClass.java
|
| similarity index 71%
|
| copy from gpu/command_buffer/common/capabilities.mojom
|
| copy to remoting/android/host/src/org/chromium/chromoting/host/AnotherClass.java
|
| index fd35409e940e193377d9411c182e99746220f2a7..c63be572d19f451f34ada0a3adca12bfe955f9b7 100644
|
| --- a/gpu/command_buffer/common/capabilities.mojom
|
| +++ b/remoting/android/host/src/org/chromium/chromoting/host/AnotherClass.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.
|
|
|
| -module gpu.mojom;
|
| +package org.chromium.chromoting.host;
|
|
|
| -[Native]
|
| -struct Capabilities;
|
| +public class AnotherClass {
|
| +}
|
|
|