| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index 055e8edad49a8b1f01cc91d9c73d572379e68103..a59f6d3b797118ecaba0d16a6ff0a04ce4d04fbc 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -568,8 +568,8 @@ android_aidl("custom_tabs_service_aidl") {
|
| interface_file =
|
| "java_staging/src/org/chromium/chrome/browser/customtabs/common.aidl"
|
| sources = [
|
| - "java_staging/src/org/chromium/chrome/browser/customtabs/IBrowserConnectionCallback.aidl",
|
| - "java_staging/src/org/chromium/chrome/browser/customtabs/IBrowserConnectionService.aidl",
|
| + "java_staging/src/org/chromium/chrome/browser/customtabs/ICustomTabsConnectionCallback.aidl",
|
| + "java_staging/src/org/chromium/chrome/browser/customtabs/ICustomTabsConnectionService.aidl",
|
| ]
|
| }
|
|
|
|
|