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

Unified Diff: chrome/browser/importer/nss_decryptor.cc

Issue 465065: Use utf_string_conversions header in more places. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: rebased Created 11 years 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/importer/nss_decryptor.cc
===================================================================
--- chrome/browser/importer/nss_decryptor.cc (revision 34166)
+++ chrome/browser/importer/nss_decryptor.cc (working copy)
@@ -14,7 +14,7 @@
#endif // defined(OS_LINUX)
#include "base/base64.h"
-#include "base/string_util.h"
+#include "base/utf_string_conversions.h"
#include "webkit/glue/password_form.h"
using webkit_glue::PasswordForm;
« no previous file with comments | « chrome/browser/history/download_database.cc ('k') | chrome/browser/notifications/desktop_notification_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698