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

Unified Diff: chrome/browser/cocoa/url_drop_target.mm

Issue 2762014: Mac: clang build (Closed)
Patch Set: more Created 10 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
« no previous file with comments | « chrome/browser/cocoa/tab_view.mm ('k') | chrome/browser/cocoa/web_drag_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/url_drop_target.mm
diff --git a/chrome/browser/cocoa/url_drop_target.mm b/chrome/browser/cocoa/url_drop_target.mm
index 8e3f19b228ab48f220583a1d0be57b8debd10a5d..f0cf1fd58a890ab1a47e7ef064ecc19dab43b1f8 100644
--- a/chrome/browser/cocoa/url_drop_target.mm
+++ b/chrome/browser/cocoa/url_drop_target.mm
@@ -19,7 +19,7 @@
@implementation URLDropTargetHandler
-- (id)initWithView:(NSView*)view {
+- (id)initWithView:(NSView<URLDropTarget>*)view {
if ((self = [super init])) {
view_ = view;
[view_ registerForDraggedTypes:
« no previous file with comments | « chrome/browser/cocoa/tab_view.mm ('k') | chrome/browser/cocoa/web_drag_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698