summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/cocoa/web_intent_picker_cocoa.mm
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/cocoa/web_intent_picker_cocoa.mm')
-rw-r--r--chrome/browser/ui/cocoa/web_intent_picker_cocoa.mm4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/ui/cocoa/web_intent_picker_cocoa.mm b/chrome/browser/ui/cocoa/web_intent_picker_cocoa.mm
index 5f219c0..cebd9d7 100644
--- a/chrome/browser/ui/cocoa/web_intent_picker_cocoa.mm
+++ b/chrome/browser/ui/cocoa/web_intent_picker_cocoa.mm
@@ -15,6 +15,8 @@
#include "chrome/browser/ui/intents/web_intent_picker_delegate.h"
#include "skia/ext/skia_utils_mac.h"
+using content::WebContents;
+
// static
WebIntentPicker* WebIntentPicker::Create(Browser* browser,
TabContentsWrapper* wrapper,
@@ -73,7 +75,7 @@ void WebIntentPickerCocoa::SetDefaultServiceIcon(size_t index) {
void WebIntentPickerCocoa::Close() {
}
-TabContents* WebIntentPickerCocoa::SetInlineDisposition(const GURL& url) {
+WebContents* WebIntentPickerCocoa::SetInlineDisposition(const GURL& url) {
return NULL;
}