Index: chrome/browser/sync/test/integration/bookmarks_helper.cc |
diff --git a/chrome/browser/sync/test/integration/bookmarks_helper.cc b/chrome/browser/sync/test/integration/bookmarks_helper.cc |
index 38edf823f35a04972e382116fc124a506e86c496..d82cadeef7faeb348d724f6df5ddf25311b3fbb6 100644 |
--- a/chrome/browser/sync/test/integration/bookmarks_helper.cc |
+++ b/chrome/browser/sync/test/integration/bookmarks_helper.cc |
@@ -406,14 +406,14 @@ const BookmarkNode* SetURL(int profile, |
bookmark_utils::ApplyEditsWithNoFolderChange( |
GetVerifierBookmarkModel(), |
v_node->parent(), |
- BookmarkEditor::EditDetails(v_node), |
+ BookmarkEditor::EditDetails::EditNode(v_node), |
v_node->GetTitle(), |
new_url); |
} |
return bookmark_utils::ApplyEditsWithNoFolderChange( |
GetBookmarkModel(profile), |
node->parent(), |
- BookmarkEditor::EditDetails(node), |
+ BookmarkEditor::EditDetails::EditNode(node), |
node->GetTitle(), |
new_url); |
} |