Index: chrome/browser/cocoa/autocomplete_text_field_cell.h |
diff --git a/chrome/browser/cocoa/autocomplete_text_field_cell.h b/chrome/browser/cocoa/autocomplete_text_field_cell.h |
index bc791cf6f22bee61e5c9afd8f1b0252c77fa2a7d..281fe945d20ae821b3ac5e2d8ca95c6d07c2e8e0 100644 |
--- a/chrome/browser/cocoa/autocomplete_text_field_cell.h |
+++ b/chrome/browser/cocoa/autocomplete_text_field_cell.h |
@@ -158,9 +158,9 @@ class ExtensionAction; |
// Internal methods here exposed for unit testing. |
@interface AutocompleteTextFieldCell (UnitTesting) |
-@property(readonly) NSAttributedString* keywordString; |
-@property(readonly) NSAttributedString* hintString; |
-@property(readonly) NSAttributedString* hintIconLabel; |
+@property(nonatomic, readonly) NSAttributedString* keywordString; |
+@property(nonatomic, readonly) NSAttributedString* hintString; |
+@property(nonatomic, readonly) NSAttributedString* hintIconLabel; |
// Returns the total number of installed Page Actions, visible or not. |
- (size_t)pageActionCount; |