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

Unified Diff: app/gtk_dnd_util.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
« no previous file with comments | « app/clipboard/scoped_clipboard_writer.cc ('k') | chrome/browser/history/download_database.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/gtk_dnd_util.cc
===================================================================
--- app/gtk_dnd_util.cc (revision 34166)
+++ app/gtk_dnd_util.cc (working copy)
@@ -4,9 +4,9 @@
#include "app/gtk_dnd_util.h"
-#include "base/string_util.h"
#include "base/logging.h"
#include "base/pickle.h"
+#include "base/utf_string_conversions.h"
#include "googleurl/src/gurl.h"
static const int kBitsPerByte = 8;
« no previous file with comments | « app/clipboard/scoped_clipboard_writer.cc ('k') | chrome/browser/history/download_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698