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

Unified Diff: ui/app_list/cocoa/app_list_window_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/app_list_window_controller.h
diff --git a/ui/app_list/cocoa/app_list_window_controller.h b/ui/app_list/cocoa/app_list_window_controller.h
index 57084ae3d6184c8a4df015d15303f3dac36d6cbd..052682fff56e5896089348d490276b6f5f917c8d 100644
--- a/ui/app_list/cocoa/app_list_window_controller.h
+++ b/ui/app_list/cocoa/app_list_window_controller.h
@@ -7,7 +7,7 @@
#import <Cocoa/Cocoa.h>
-#include "base/memory/scoped_nsobject.h"
+#include "base/mac/scoped_nsobject.h"
#include "ui/app_list/app_list_export.h"
@class AppListViewController;
@@ -16,7 +16,7 @@
APP_LIST_EXPORT
@interface AppListWindowController : NSWindowController<NSWindowDelegate> {
@private
- scoped_nsobject<AppListViewController> appListViewController_;
+ base::scoped_nsobject<AppListViewController> appListViewController_;
}
- (AppListViewController*)appListViewController;

Powered by Google App Engine
This is Rietveld 408576698