Chromium Code Reviews| 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; |