| Index: chrome/browser/ui/cocoa/tab_contents/web_drop_target.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/tab_contents/web_drop_target.mm (revision 105162)
|
| +++ chrome/browser/ui/cocoa/tab_contents/web_drop_target.mm (working copy)
|
| @@ -170,7 +170,7 @@
|
| GURL url;
|
| drag_util::PopulateURLAndTitleFromPasteBoard(&url, NULL, pboard, YES);
|
| tabContents_->OpenURL(url, GURL(), CURRENT_TAB,
|
| - PageTransition::AUTO_BOOKMARK);
|
| + content::PAGE_TRANSITION_AUTO_BOOKMARK);
|
| return YES;
|
| }
|
| return NO;
|
|
|