summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/webmenurunner_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/renderer_host/webmenurunner_mac.h')
-rw-r--r--content/browser/renderer_host/webmenurunner_mac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/renderer_host/webmenurunner_mac.h b/content/browser/renderer_host/webmenurunner_mac.h
index cdd7d61..28afb19 100644
--- a/content/browser/renderer_host/webmenurunner_mac.h
+++ b/content/browser/renderer_host/webmenurunner_mac.h
@@ -9,7 +9,7 @@
#include <vector>
-#include "base/memory/scoped_nsobject.h"
+#include "base/mac/scoped_nsobject.h"
#include "webkit/common/webmenuitem.h"
@@ -22,7 +22,7 @@
@interface WebMenuRunner : NSObject {
@private
// The native menu control.
- scoped_nsobject<NSMenu> menu_;
+ base::scoped_nsobject<NSMenu> menu_;
// A flag set to YES if a menu item was chosen, or NO if the menu was
// dismissed without selecting an item.