| Index: chrome/browser/cocoa/search_engine_dialog_controller.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/search_engine_dialog_controller.h (revision 64306)
|
| +++ chrome/browser/cocoa/search_engine_dialog_controller.h (working copy)
|
| @@ -6,6 +6,7 @@
|
|
|
| #include <vector>
|
|
|
| +#import "base/ref_counted.h"
|
| #import "base/scoped_nsobject.h"
|
| #include "base/scoped_ptr.h"
|
|
|
| @@ -27,7 +28,7 @@
|
| TemplateURLModel* searchEnginesModel_;
|
|
|
| // Bridge to the C++ world.
|
| - scoped_ptr<SearchEngineDialogControllerBridge> bridge_;
|
| + scoped_refptr<SearchEngineDialogControllerBridge> bridge_;
|
|
|
| // Offered search engine choices.
|
| std::vector<const TemplateURL*> choices_;
|
|
|