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

Unified Diff: ui/app_list/cocoa/apps_search_results_controller.h

Issue 17593006: mac: Update clients of scoped_nsobject.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: iwyu, scoped_nsprotocol Created 7 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: 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_;

Powered by Google App Engine
This is Rietveld 408576698