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

Unified Diff: base/string_util.h

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/sql/connection.cc ('k') | chrome/browser/autocomplete/autocomplete_edit_view_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/string_util.h
diff --git a/base/string_util.h b/base/string_util.h
index e10b99e47ae7c74a81cacd05fb8b82fb489d5363..e4d7ccde9fd0dabe47242365a643d267d892a259 100644
--- a/base/string_util.h
+++ b/base/string_util.h
@@ -17,8 +17,8 @@
#include "base/string16.h"
#include "base/string_piece.h" // For implicit conversions.
-// TODO(brettw) this dependency should be removed and callers that need
-// these functions should include this file directly.
+// TODO(brettw) this dependency should be removed and callers that need
+// these functions should include this file directly.
#include "base/utf_string_conversions.h"
// Safe standard library wrappers for all platforms.
« no previous file with comments | « app/sql/connection.cc ('k') | chrome/browser/autocomplete/autocomplete_edit_view_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698