| 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
|
| }
|
|
|
|
|