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

Unified Diff: chrome/browser/password_manager/encryptor_win.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/password_manager/encryptor_win.cc
===================================================================
--- chrome/browser/password_manager/encryptor_win.cc (revision 34166)
+++ chrome/browser/password_manager/encryptor_win.cc (working copy)
@@ -6,7 +6,7 @@
#include <windows.h>
#include <wincrypt.h>
-#include "base/string_util.h"
+#include "base/utf_string_conversions.h"
#pragma comment(lib, "crypt32.lib")
« no previous file with comments | « chrome/browser/notifications/desktop_notification_service.cc ('k') | chrome/browser/sync/glue/sync_backend_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698