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

Unified Diff: chrome/browser/cocoa/autocomplete_text_field_cell.h

Issue 2769014: Mac/clang: Possibly contentious changes. (Closed)
Patch Set: comments2 Created 10 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: 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;

Powered by Google App Engine
This is Rietveld 408576698