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

Unified Diff: testing/iossim/iossim.mm

Issue 1171203004: Correct iOS build for latest Xcode beta. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: UNAVAILABLE_ATTRIBUTE->NS_UNAVAILABLE Created 5 years, 6 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: testing/iossim/iossim.mm
diff --git a/testing/iossim/iossim.mm b/testing/iossim/iossim.mm
index 3910ba5d60435911f03d6f28d9aff61637d0a091..933a183c0b73b301766f0f75f5eaf9aaf1322470 100644
--- a/testing/iossim/iossim.mm
+++ b/testing/iossim/iossim.mm
@@ -32,6 +32,7 @@
// (crbug.com/385030).
sdefresne 2015/06/10 16:15:56 Since all builders are on Xcode 6, can we fix this
justincohen 2015/06/10 16:33:36 I'd like to save that in a followup CL. I'll file
#if defined(IOSSIM_USE_XCODE_6)
@protocol SimBridge;
+@class DVTSimulatorApplication;
@class SimDeviceSet;
@class SimDeviceType;
@class SimRuntime;

Powered by Google App Engine
This is Rietveld 408576698