| Index: chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc (revision 101584)
|
| +++ chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc (working copy)
|
| @@ -258,11 +258,11 @@
|
| };
|
|
|
| // static
|
| -void BookmarkEditor::ShowNative(gfx::NativeWindow parent_hwnd,
|
| - Profile* profile,
|
| - const BookmarkNode* parent,
|
| - const EditDetails& details,
|
| - Configuration configuration) {
|
| +void BookmarkEditor::Show(gfx::NativeWindow parent_hwnd,
|
| + Profile* profile,
|
| + const BookmarkNode* parent,
|
| + const EditDetails& details,
|
| + Configuration configuration) {
|
| DCHECK(profile);
|
| BookmarkEditorGtk* editor =
|
| new BookmarkEditorGtk(parent_hwnd, profile, parent, details,
|
|
|