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

Unified Diff: testing/iossim/iossim.mm

Issue 1161813003: Reland "Roll DEPS to class-dump 3.5" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Correct host deployment target ovveride Created 5 years, 7 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 68d9aedb6d0cac3237f31de9bc3554d80f0a45d2..3910ba5d60435911f03d6f28d9aff61637d0a091 100644
--- a/testing/iossim/iossim.mm
+++ b/testing/iossim/iossim.mm
@@ -28,15 +28,9 @@
#import "DVTFoundation.h"
#endif // IOSSIM_USE_XCODE_6
-@protocol OS_dispatch_queue
-@end
-@protocol OS_dispatch_source
-@end
// TODO(lliabraa): Once all builders are on Xcode 6 this ifdef can be removed
// (crbug.com/385030).
#if defined(IOSSIM_USE_XCODE_6)
-@protocol OS_xpc_object
-@end
@protocol SimBridge;
@class SimDeviceSet;
@class SimDeviceType;

Powered by Google App Engine
This is Rietveld 408576698