Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2579)

Unified Diff: chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc

Issue 12315071: Revert 184352 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc
===================================================================
--- chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc (revision 184354)
+++ chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc (working copy)
@@ -185,7 +185,7 @@
BookmarkEditor::EditDetails::EditNode(GetNode("a")),
BookmarkEditorView::SHOW_TREE);
- SetURLText(base::UTF8ToWide(GURL(base_path() + "new_a").spec()));
+ SetURLText(UTF8ToWide(GURL(base_path() + "new_a").spec()));
ApplyEdits(editor_tree_model()->GetRoot()->GetChild(0));
@@ -219,7 +219,7 @@
BookmarkEditor::EditDetails::EditNode(GetNode("a")),
BookmarkEditorView::SHOW_TREE);
- SetURLText(base::UTF8ToWide(GURL(base_path() + "new_a").spec()));
+ SetURLText(UTF8ToWide(GURL(base_path() + "new_a").spec()));
ApplyEdits(editor_tree_model()->GetRoot()->GetChild(1));
@@ -274,7 +274,7 @@
bb_node, 1, GURL(), string16()),
BookmarkEditorView::SHOW_TREE);
- SetURLText(base::UTF8ToWide(GURL(base_path() + "a").spec()));
+ SetURLText(UTF8ToWide(GURL(base_path() + "a").spec()));
SetTitleText(L"new_a");
ApplyEdits(editor_tree_model()->GetRoot()->GetChild(0));
@@ -294,7 +294,7 @@
model_->other_node()->GetChild(0)),
BookmarkEditorView::NO_TREE);
- SetURLText(base::UTF8ToWide(GURL(base_path() + "a").spec()));
+ SetURLText(UTF8ToWide(GURL(base_path() + "a").spec()));
SetTitleText(L"new_a");
ApplyEdits(NULL);
Property changes on: chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc
___________________________________________________________________
Deleted: svn:mergeinfo

Powered by Google App Engine
This is Rietveld 408576698