| Index: chrome/browser/ui/views/bookmarks/bookmark_editor_view.h
|
| diff --git a/chrome/browser/ui/views/bookmarks/bookmark_editor_view.h b/chrome/browser/ui/views/bookmarks/bookmark_editor_view.h
|
| index e345be17d6a12e32ddf8d52f9cac0bc311996251..d1c4ff0fb642f376e53bf71f59680b741ffa404a 100644
|
| --- a/chrome/browser/ui/views/bookmarks/bookmark_editor_view.h
|
| +++ b/chrome/browser/ui/views/bookmarks/bookmark_editor_view.h
|
| @@ -118,7 +118,7 @@ class BookmarkEditorView : public BookmarkEditor,
|
|
|
| // Creates a Window and adds the BookmarkEditorView to it. When the window is
|
| // closed the BookmarkEditorView is deleted.
|
| - void Show(gfx::NativeWindow parent_window);
|
| + void Show(gfx::NativeWindow parent);
|
|
|
| // Closes the dialog.
|
| void Close();
|
|
|