Chromium Code Reviews| Index: ios/chrome/browser/ui/alert_coordinator/alert_coordinator_unittest.mm |
| diff --git a/chrome/android/webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/common.aidl b/ios/chrome/browser/ui/alert_coordinator/alert_coordinator_unittest.mm |
| similarity index 67% |
| copy from chrome/android/webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/common.aidl |
| copy to ios/chrome/browser/ui/alert_coordinator/alert_coordinator_unittest.mm |
| index 163cc978c4b9d453c0cc3586be73f728637d6a61..abb87ea59be3a4ea199d7173b09aaab2a54484a2 100644 |
| --- a/chrome/android/webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/common.aidl |
| +++ b/ios/chrome/browser/ui/alert_coordinator/alert_coordinator_unittest.mm |
| @@ -2,4 +2,4 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -interface org.chromium.webapk.lib.runtime_library.IWebApkApi; |
| +#import "ios/chrome/browser/ui/alert_coordinator/alert_coordinator_unittest.h" |
|
lpromero
2016/07/06 09:03:59
A limit of the boilerplate script: remove the _uni
gambard
2016/07/07 08:57:43
It is here for preventing compilation until I writ
|