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

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

Issue 338008: Resubmit http://codereview.chromium.org/314016 with views fixed (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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
« no previous file with comments | « chrome/browser/sync/sync_status_ui_helper.cc ('k') | chrome/browser/views/toolbar_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/bookmark_bar_view.cc
===================================================================
--- chrome/browser/views/bookmark_bar_view.cc (revision 30060)
+++ chrome/browser/views/bookmark_bar_view.cc (working copy)
@@ -1708,8 +1708,8 @@
bool BookmarkBarView::ShouldShowSyncErrorButton() {
bool show_sync_error_button(false);
if (sync_service_ && sync_service_->HasSyncSetupCompleted()) {
- std::wstring status_text;
- std::wstring link_text;
+ string16 status_text;
+ string16 link_text;
SyncStatusUIHelper::MessageType sync_status;
sync_status = SyncStatusUIHelper::GetLabels(
sync_service_, &status_text, &link_text);
@@ -1737,4 +1737,3 @@
return sync_error_button;
}
#endif // defined(BROWSER_SYNC)
-
« no previous file with comments | « chrome/browser/sync/sync_status_ui_helper.cc ('k') | chrome/browser/views/toolbar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698