| Index: ui/app_list/cocoa/apps_search_results_controller.h
|
| diff --git a/ui/app_list/cocoa/apps_search_results_controller.h b/ui/app_list/cocoa/apps_search_results_controller.h
|
| index e135087b997852332916a879cb496c524b64f8cd..b69fc5119388edf5fe6fa71624247f60ef39ef98 100644
|
| --- a/ui/app_list/cocoa/apps_search_results_controller.h
|
| +++ b/ui/app_list/cocoa/apps_search_results_controller.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #import <Cocoa/Cocoa.h>
|
|
|
| -#include "base/memory/scoped_nsobject.h"
|
| +#include "base/mac/scoped_nsobject.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "ui/app_list/app_list_export.h"
|
| #import "ui/base/cocoa/tracking_area.h"
|
| @@ -35,7 +35,7 @@ APP_LIST_EXPORT
|
| @interface AppsSearchResultsController
|
| : NSViewController<NSTableViewDelegate, NSTableViewDataSource> {
|
| @private
|
| - scoped_nsobject<NSTableView> tableView_;
|
| + base::scoped_nsobject<NSTableView> tableView_;
|
| ui::ScopedCrTrackingArea trackingArea_;
|
| NSPoint lastMouseDownInView_;
|
| NSInteger hoveredRowIndex_;
|
|
|