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

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

Issue 2730015: Mac/clang: Uncontentious fixes. (Closed)
Patch Set: '' 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/custom_home_pages_model.h
diff --git a/chrome/browser/cocoa/custom_home_pages_model.h b/chrome/browser/cocoa/custom_home_pages_model.h
index 259a891904126b7524e7eaed85775a02839fdd70..98ae8ba2393df4d65753a2a615616d039e6d2cdf 100644
--- a/chrome/browser/cocoa/custom_home_pages_model.h
+++ b/chrome/browser/cocoa/custom_home_pages_model.h
@@ -22,7 +22,7 @@ class Profile;
@interface CustomHomePagesModel : NSObject {
@private
- scoped_nsobject<NSArray> entries_;
+ scoped_nsobject<NSMutableArray> entries_;
Profile* profile_; // weak, used for loading favicons
}

Powered by Google App Engine
This is Rietveld 408576698