Index: base/mac/cocoa_protocols.h |
diff --git a/base/mac/cocoa_protocols.h b/base/mac/cocoa_protocols.h |
index e10001f6be01a21f892c0a70660b9e33b64145f1..ab34a196acf4c1f3a6f85765a6a60fd8910f620b 100644 |
--- a/base/mac/cocoa_protocols.h |
+++ b/base/mac/cocoa_protocols.h |
@@ -7,10 +7,6 @@ |
#import <Cocoa/Cocoa.h> |
-// GTM also maintains a list of empty protocols, but only the ones the library |
-// requires. Augment that below. |
-#import "third_party/google_toolbox_for_mac/src/GTMDefines.h" |
- |
// New Mac OS X SDKs introduce new protocols used for delegates. These |
// protocol defintions aren't not present in earlier releases of the Mac OS X |
// SDK. In order to support building against the new SDK, which requires |