Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1264)

Unified Diff: app/l10n_util_dummy.cc

Issue 830002: win: string_util.h -> utf_string_conversions.h fix. (Closed)
Patch Set: Don't remove utf_string_conversions.h from string_util.h just yet Created 10 years, 9 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 | « app/clipboard/clipboard_win.cc ('k') | app/os_exchange_data_provider_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/l10n_util_dummy.cc
diff --git a/app/l10n_util_dummy.cc b/app/l10n_util_dummy.cc
index 749ecb461c962b3f640b39507fbf88ba1c9d5d55..a9a4a92f7aa719242932cb5e7f43152267186908 100644
--- a/app/l10n_util_dummy.cc
+++ b/app/l10n_util_dummy.cc
@@ -8,8 +8,8 @@
#include "base/command_line.h"
#include "base/string16.h"
#include "base/string_piece.h"
-#include "base/string_util.h"
#include "base/sys_string_conversions.h"
+#include "base/utf_string_conversions.h"
#include "build/build_config.h"
#include "unicode/uscript.h"
« no previous file with comments | « app/clipboard/clipboard_win.cc ('k') | app/os_exchange_data_provider_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698