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

Unified Diff: chrome/browser/views/bookmark_bar_view_unittest.cc

Issue 3152034: Remove wstrings in bookmarks, part 5. (Closed)
Patch Set: yet moar Created 10 years, 4 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/views/bookmark_bar_view_unittest.cc
diff --git a/chrome/browser/views/bookmark_bar_view_unittest.cc b/chrome/browser/views/bookmark_bar_view_unittest.cc
index 29be6788f706b663170607b84a01d958586cfe02..126c668f1fa0efa7524e04f49e46db9cd8f14598 100644
--- a/chrome/browser/views/bookmark_bar_view_unittest.cc
+++ b/chrome/browser/views/bookmark_bar_view_unittest.cc
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "base/utf_string_conversions.h"
#include "chrome/browser/bookmarks/bookmark_model.h"
#include "chrome/browser/chrome_thread.h"
#include "chrome/browser/views/bookmark_bar_view.h"
@@ -26,7 +27,7 @@ TEST_F(BookmarkBarViewTest, SwitchProfile) {
profile()->GetBookmarkModel()->AddURL(
profile()->GetBookmarkModel()->GetBookmarkBarNode(),
0,
- L"blah",
+ ASCIIToUTF16("blah"),
GURL("http://www.google.com"));
BookmarkBarView bookmark_bar(profile(), browser());
« no previous file with comments | « chrome/browser/sync/profile_sync_service_unittest.cc ('k') | chrome/test/live_sync/bookmark_model_verifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698