| Index: chrome/browser/bookmarks/bookmark_drag_data.h
|
| diff --git a/chrome/browser/bookmarks/bookmark_drag_data.h b/chrome/browser/bookmarks/bookmark_drag_data.h
|
| index 931ffdb410008a37e6a956d8ad947c0da5185909..d659f6ef8d48efb72306e5b8c49c88d9ca5b6ca2 100644
|
| --- a/chrome/browser/bookmarks/bookmark_drag_data.h
|
| +++ b/chrome/browser/bookmarks/bookmark_drag_data.h
|
| @@ -97,7 +97,8 @@ struct BookmarkDragData {
|
| void WriteToClipboard(Profile* profile) const;
|
|
|
| // Reads bookmarks from the general copy/paste clipboard. Prefers data
|
| - // written via WriteToClipboard but will also attempt to read a plain bookmark.
|
| + // written via WriteToClipboard but will also attempt to read a plain
|
| + // bookmark.
|
| bool ReadFromClipboard();
|
| #if defined(OS_MACOSX)
|
| // Reads bookmarks that are being dragged from the drag and drop
|
|
|