Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Unified Diff: ios/chrome/browser/ui/alert_coordinator/alert_coordinator_unittest.mm

Issue 2119373002: Creates coordinators for displaying alerts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698