| Index: chrome/browser/cocoa/preferences_window_controller.mm
|
| diff --git a/chrome/browser/cocoa/preferences_window_controller.mm b/chrome/browser/cocoa/preferences_window_controller.mm
|
| index b97bf7c754010851810219f872d8790e3a2d9a9b..4eb60909634ee5dcc35300647521867378b2489a 100644
|
| --- a/chrome/browser/cocoa/preferences_window_controller.mm
|
| +++ b/chrome/browser/cocoa/preferences_window_controller.mm
|
| @@ -935,7 +935,7 @@ class PrefObserverBridge : public NotificationObserver,
|
| }
|
|
|
| // Getter for the |customPagesSource| property for bindings.
|
| -- (id)customPagesSource {
|
| +- (CustomHomePagesModel*)customPagesSource {
|
| return customPagesSource_.get();
|
| }
|
|
|
|
|